Searched refs:removeActiveAdmin (Results 1 – 8 of 8) sorted by relevance
264 mService.removeActiveAdmin(mComponent, UserHandle.USER_SYSTEM); in runSetDeviceOwner()295 mService.removeActiveAdmin(mComponent, mUserId); in runSetProfileOwner()
4166 public void removeActiveAdmin(ComponentName adminReceiver, int userHandle) {18552 removeActiveAdmin(activeAdmin, userId);
699 () -> dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE + 1)); in testRemoveActiveAdmin_SecurityException()709 () -> dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE)); in testRemoveActiveAdmin_SecurityException()734 () -> dpm.removeActiveAdmin(admin1)); in testRemoveActiveAdmin_userNotRunningOrLocked()743 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_userNotRunningOrLocked()771 dpms.removeActiveAdmin(admin1, CALLER_USER_HANDLE); in testRemoveActiveAdmin_fromDifferentUserWithINTERACT_ACROSS_USERS_FULL()805 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_sameUserNoMANAGE_DEVICE_ADMINS()862 dpm.removeActiveAdmin(admin1); in testRemoveActiveAdmin_multipleAdminsInUser()1097 dpm.removeActiveAdmin(admin1); in testSetDeviceOwner()1555 dpm.removeActiveAdmin(admin1); in testSetProfileOwner()
168 void removeActiveAdmin(in ComponentName policyReceiver, int userHandle); in removeActiveAdmin() method
4299 public void removeActiveAdmin(@NonNull ComponentName admin) { in removeActiveAdmin() method in DevicePolicyManager4303 mService.removeActiveAdmin(admin, myUserId()); in removeActiveAdmin()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2767 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->removeActiveAdmin(Landroid/content/ComponentNa…3292 Landroid/app/admin/IDevicePolicyManager;->removeActiveAdmin(Landroid/content/ComponentName;I)V
7916 method public void removeActiveAdmin(@NonNull android.content.ComponentName);