Home
last modified time | relevance | path

Searched refs:removeActiveAdmin (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUtils.java32 public static void removeActiveAdmin(Context context, ComponentName cn) throws Exception { in removeActiveAdmin() method in Utils
35 dpm.removeActiveAdmin(cn); in removeActiveAdmin()
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DClearDeviceAdminTest.java28 dpm.removeActiveAdmin(mAdminComponent); in testRemoveActiveAdmin()
DClearDeviceAdminWithNoProtectionTest.java35 dpm.removeActiveAdmin(cn); in testRemoveActiveAdmin()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/tapjacking/
DEmptyDeviceAdminReceiver.java31 dpm.removeActiveAdmin(new ComponentName(context, this.getClass())); in onEnabled()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DPrimaryUserAdminHelper.java43 mDpm.removeActiveAdmin(cn); in testClearDeviceAdmin()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DAccountCheckTest.java119 mDevicePolicyManager.removeActiveAdmin(admin); in testCleanUpNonTestOwner()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DScreenLockTestActivity.java101 mDevicePolicyManager.removeActiveAdmin( in onDestroy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyguardDisabledFeaturesActivity.java92 mDpm.removeActiveAdmin(adminComponent); in finish()
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DDevicePolicySafetyCheckerIntegrationTester.java301 dpm.removeActiveAdmin(admin); in runCommonOrSpecificOperation()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java123 doAnswer(answer).when(spy).removeActiveAdmin(any()); in getWrapper()