Searched refs:waitFlag (Results 1 – 3 of 3) sorted by relevance
1173 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() argument1174 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() argument1211 if (waitFlag && apiLevel < 23) { in stopUser()1218 if (waitFlag) { in stopUser()
702 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException; in startUser() argument724 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() argument
3881 public boolean startUser(int userId, boolean waitFlag) throws DeviceNotAvailableException { in startUser() argument3897 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() argument