Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1605 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in TestDevice
1632 removeAdmin(componentName, userId); in removeOwners()
1647 removeAdmin(componentName, userId); in removeOwners()
DITestDevice.java882 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method
DNativeDevice.java4074 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java4066 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()