Searched refs:getGlobalProxyAdmin (Results 1 – 3 of 3) sorted by relevance
84 ComponentName getGlobalProxyAdmin(int userHandle); in getGlobalProxyAdmin() method
1631 public ComponentName getGlobalProxyAdmin() { in getGlobalProxyAdmin() method in DevicePolicyManager1634 return mService.getGlobalProxyAdmin(UserHandle.myUserId()); in getGlobalProxyAdmin()
3292 public ComponentName getGlobalProxyAdmin(int userHandle) { in getGlobalProxyAdmin() method in DevicePolicyManagerService