Searched refs:removeAdmin (Results 1 – 4 of 4) sorted by relevance
618 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method
1266 public boolean removeAdmin(String componentName, int userId)1292 removeAdmin(componentName, userId);1306 removeAdmin(componentName, userId);
3771 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
3464 assertTrue(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_success()3476 assertFalse(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_fail()3505 .removeAdmin(stringCaptor.capture(), intCaptor.capture()); in testRemoveOwners()