Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java560 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local
561 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()
562 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()
563 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()
570 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
572 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java493 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local
494 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()
495 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()
496 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()
500 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
501 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
502 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
503 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
523 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
525 getDevice().executeShellCommand(stopUserCommand); in removeUser()