Home
last modified time | relevance | path

Searched refs:startUser (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java455 public boolean startUser(int userId) throws DeviceNotAvailableException; in startUser() method
DTestDevice.java892 public boolean startUser(int userId) throws DeviceNotAvailableException {
DNativeDevice.java3591 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2213 assertTrue(mTestDevice.startUser(10)); in testStartUser()
2223 assertFalse(mTestDevice.startUser(10)); in testStartUser_failed()