Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java625 public void removeOwners() throws DeviceNotAvailableException; in removeOwners() method
DTestDevice.java1276 public void removeOwners() throws DeviceNotAvailableException {
DNativeDevice.java3778 public void removeOwners() throws DeviceNotAvailableException { in removeOwners() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java3499 mTestDevice.removeOwners(); in testRemoveOwners()