Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DUserUtil.java106 private static void switchUser(ITestDevice device, int userId) in switchUser() method in UserUtil
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java773 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() method
783 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() method
DTestDevice.java1355 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in TestDevice
1363 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in TestDevice
DNativeDevice.java3961 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in NativeDevice
3969 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in NativeDevice