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.java955 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() method
965 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2144 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in TestDevice
2152 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in TestDevice
DNativeDevice.java5136 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in NativeDevice
5144 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in NativeDevice