Searched refs:removeActiveAdmin (Results 1 – 8 of 8) sorted by relevance
262 mService.removeActiveAdmin(mComponent, UserHandle.USER_SYSTEM); in runSetDeviceOwner()293 mService.removeActiveAdmin(mComponent, mUserId); in runSetProfileOwner()
3758 public void removeActiveAdmin(ComponentName adminReceiver, int userHandle) {14593 removeActiveAdmin(activeAdmin, userId);
647 () -> dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE + 1)); in testRemoveActiveAdmin_SecurityException()657 () -> dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE)); in testRemoveActiveAdmin_SecurityException()682 () -> dpm.removeActiveAdmin(admin1)); in testRemoveActiveAdmin_userNotRunningOrLocked()691 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_userNotRunningOrLocked()719 dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE); in testRemoveActiveAdmin_fromDifferentUserWithINTERACT_ACROSS_USERS_FULL()751 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_sameUserNoMANAGE_DEVICE_ADMINS()804 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_multipleAdminsInUser()1035 dpm.removeActiveAdmin(admin1); in testSetDeviceOwner()1059 dpm.removeActiveAdmin(admin1); in testSetDeviceOwner_headlessSystemUserMode()1521 dpm.removeActiveAdmin(admin1); in testSetProfileOwner()
150 void removeActiveAdmin(in ComponentName policyReceiver, int userHandle); in removeActiveAdmin() method
3216 public void removeActiveAdmin(@NonNull ComponentName admin) { in removeActiveAdmin() method in DevicePolicyManager3220 mService.removeActiveAdmin(admin, myUserId()); in removeActiveAdmin()
2767 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->removeActiveAdmin(Landroid/content/ComponentNa…3292 Landroid/app/admin/IDevicePolicyManager;->removeActiveAdmin(Landroid/content/ComponentName;I)V
7249 method public void removeActiveAdmin(@NonNull android.content.ComponentName);
5352 method public void removeActiveAdmin(android.content.ComponentName);