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.java1764 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in TestDevice
1791 removeAdmin(componentName, userId); in removeOwners()
1806 removeAdmin(componentName, userId); in removeOwners()
DNativeDevice.java4394 public boolean removeAdmin(String componentName, int userId) in removeAdmin() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java4410 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()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java921 public boolean removeAdmin(String componentName, int userId) throws DeviceNotAvailableException; in removeAdmin() method