Home
last modified time | relevance | path

Searched defs:removeUser (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java684 public boolean removeUser(int userId) throws DeviceNotAvailableException; in removeUser() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1289 public boolean removeUser(int userId) throws DeviceNotAvailableException { in removeUser() method in TestDevice
DNativeDevice.java4173 public boolean removeUser(int userId) throws DeviceNotAvailableException { in removeUser() method in NativeDevice