Home
last modified time | relevance | path

Searched defs:removeAdmin (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminServiceDeviceOwnerTest.java34 protected void removeAdmin(String component) throws Exception { in removeAdmin() method in DeviceAdminServiceDeviceOwnerTest
DDeviceAdminServiceProfileOwnerTest.java49 protected void removeAdmin(String component) throws Exception { in removeAdmin() method in DeviceAdminServiceProfileOwnerTest
DBaseDeviceAdminServiceTest.java94 protected abstract void removeAdmin(String ownerComponent) throws Exception; in removeAdmin() method in BaseDeviceAdminServiceTest
DBaseDevicePolicyTest.java947 protected boolean removeAdmin(String componentName, int userId) in removeAdmin() method in BaseDevicePolicyTest