Home
last modified time | relevance | path

Searched refs:waitFlag (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1173 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() argument
1174 if (waitFlag) { in startUser()
1177 String cmd = "am start-user " + (waitFlag ? "-w " : "") + userId; in startUser()
1185 if (waitFlag) { in startUser()
1208 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() argument
1211 if (waitFlag && apiLevel < 23) { in stopUser()
1218 if (waitFlag) { in stopUser()
DITestDevice.java702 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException; in startUser() argument
724 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() argument
DNativeDevice.java3881 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() argument
3897 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() argument