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/
DITestDevice.java618 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method
DTestDevice.java1266 public boolean removeAdmin(String componentName, int userId)
1292 removeAdmin(componentName, userId);
1306 removeAdmin(componentName, userId);
DNativeDevice.java3771 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java3464 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()