Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java481 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local
482 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()
483 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()
484 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()
488 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
489 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
490 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
491 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
511 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
513 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java216 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
218 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java522 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
524 getDevice().executeShellCommand(stopUserCommand); in removeUser()