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.java232 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
233 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
234 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
235 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
246 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
248 getDevice().executeShellCommand(stopUserCommand); in removeUser()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java235 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
237 getDevice().executeShellCommand(stopUserCommand); in removeUser()