Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java712 public boolean stopUser(int userId) throws DeviceNotAvailableException; in stopUser() method
724 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method
DTestDevice.java1199 public boolean stopUser(int userId) throws DeviceNotAvailableException { in stopUser() method in TestDevice
1208 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in TestDevice
DNativeDevice.java3889 public boolean stopUser(int userId) throws DeviceNotAvailableException { in stopUser() method in NativeDevice
3897 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in NativeDevice