Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java959 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() method
969 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2154 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in TestDevice
2162 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in TestDevice
DNativeDevice.java5235 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in NativeDevice
5243 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in NativeDevice