Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java849 public boolean stopUser(int userId) throws DeviceNotAvailableException; in stopUser() method
861 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1946 public boolean stopUser(int userId) throws DeviceNotAvailableException { in stopUser() method in TestDevice
1955 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in TestDevice
DNativeDevice.java4987 public boolean stopUser(int userId) throws DeviceNotAvailableException { in stopUser() method in NativeDevice
4995 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() method in NativeDevice