Searched refs:switchUser (Results 1 – 5 of 5) sorted by relevance
518 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() method528 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() method
1046 public boolean switchUser(int userId) throws DeviceNotAvailableException {1047 return switchUser(userId, AM_COMMAND_TIMEOUT);1054 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException {
3664 public boolean switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in NativeDevice3672 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException { in switchUser() method in NativeDevice
2545 assertTrue(mTestDevice.switchUser(0)); in testSwitchUser_alreadySameUser()2576 assertTrue(mTestDevice.switchUser(10)); in testSwitchUser()2630 assertTrue(mTestDevice.switchUser(10)); in testSwitchUser_delay()2665 assertFalse(mTestDevice.switchUser(10, 100)); in testSwitchUser_noChange()
537 mTestDevice.switchUser(10); in testSwitchUser_exception()549 mTestDevice.switchUser(10, 5*1000); in testSwitchUserTimeout_exception()