Home
last modified time | relevance | path

Searched refs:stopUserCommand (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java305 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local
306 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()
307 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()
308 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()
312 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
313 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
314 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
315 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
358 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
360 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java232 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
234 getDevice().executeShellCommand(stopUserCommand); in removeUser()