Searched refs:startUser (Results 1 – 4 of 4) sorted by relevance
455 public boolean startUser(int userId) throws DeviceNotAvailableException; in startUser() method
892 public boolean startUser(int userId) throws DeviceNotAvailableException {
3591 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() method in NativeDevice
2213 assertTrue(mTestDevice.startUser(10)); in testStartUser()2223 assertFalse(mTestDevice.startUser(10)); in testStartUser_failed()