Home
last modified time | relevance | path

Searched refs:getGlobalProxyAdmin (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl106 ComponentName getGlobalProxyAdmin(int userHandle); in getGlobalProxyAdmin() method
DDevicePolicyManager.java4280 public @Nullable ComponentName getGlobalProxyAdmin() { in getGlobalProxyAdmin() method in DevicePolicyManager
4283 return mService.getGlobalProxyAdmin(myUserId()); in getGlobalProxyAdmin()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6933 public ComponentName getGlobalProxyAdmin(int userHandle) { in getGlobalProxyAdmin() method