Home
last modified time | relevance | path

Searched defs:assertNotActiveAdmin (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUtils.java40 public static void assertNotActiveAdmin(Context context, ComponentName cn) throws Exception { in assertNotActiveAdmin() method in Utils
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DBaseDeviceAdminTest.java76 protected void assertNotActiveAdmin() throws Exception { in assertNotActiveAdmin() method in BaseDeviceAdminTest