Searched refs:removeAdmin (Results 1 – 4 of 4) sorted by relevance
1764 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in TestDevice1791 removeAdmin(componentName, userId); in removeOwners()1806 removeAdmin(componentName, userId); in removeOwners()
4394 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
4410 assertTrue(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_success()4422 assertFalse(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_fail()4451 .removeAdmin(stringCaptor.capture(), intCaptor.capture()); in testRemoveOwners()4489 .removeAdmin(stringCaptor.capture(), intCaptor.capture()); in testRemoveOwnersWithAdditionalLines()
921 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method