Home
last modified time | relevance | path

Searched refs:stopUserCommand (Results 1 – 3 of 3) 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.java483 String stopUserCommand = "am stop-user -f " + userId; in stopUserAsync() local
484 CLog.d("starting command \"" + stopUserCommand); in stopUserAsync()
485 CLog.d("Output for command " + stopUserCommand + ": " in stopUserAsync()
486 + getDevice().executeShellCommand(stopUserCommand)); in stopUserAsync()
490 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
491 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
492 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
493 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
513 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
515 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java194 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
196 getDevice().executeShellCommand(stopUserCommand); in removeUser()