Searched refs:removeAdmin (Results 1 – 4 of 4) sorted by relevance
1605 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in TestDevice1632 removeAdmin(componentName, userId); in removeOwners()1647 removeAdmin(componentName, userId); in removeOwners()
882 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method
4074 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
4066 assertTrue(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_success()4078 assertFalse(mTestDevice.removeAdmin("xxx/yyy", 0)); in testRemoveAdmin_fail()4107 .removeAdmin(stringCaptor.capture(), intCaptor.capture()); in testRemoveOwners()4145 .removeAdmin(stringCaptor.capture(), intCaptor.capture()); in testRemoveOwnersWithAdditionalLines()