Home
last modified time | relevance | path

Searched defs:startUser (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java729 public boolean startUser(int userId) throws DeviceNotAvailableException; in startUser() method
741 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException; in startUser() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1302 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() method in TestDevice
1308 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() method in TestDevice
DNativeDevice.java4181 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() method in NativeDevice
4187 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() method in NativeDevice