Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java184 String stopUserCommand = "am stop-user -w -f " + userId; in stopUser() local
185 CLog.d("starting command \"" + stopUserCommand + "\" and waiting."); in stopUser()
186 CLog.d("Output for command " + stopUserCommand + ": " in stopUser()
187 + getDevice().executeShellCommand(stopUserCommand)); in stopUser()
194 String stopUserCommand = "am stop-user -w -f " + userId; in removeUser() local
196 getDevice().executeShellCommand(stopUserCommand); in removeUser()