OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopUser
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
UserLifecycleTests.java
176
public void
stopUser
() throws Exception {
186
stopUser
(userInfo.id, false);
245
stopUser
(userInfo.id, true);
305
stopUser
(userInfo.id, true);
320
private void
stopUser
(int userId, boolean force) throws Exception {
322
mIam.
stopUser
(userId, force /* force */, new IStopUserCallback.Stub() {
357
stopUser
(testUser, true);
/cts/hostsidetests/backup/src/android/cts/backup/
ProfileScheduledJobHostSideTest.java
139
mDevice.
stopUser
(profileUserId, /* waitFlag */ true, /* forceFlag */ true);
189
mDevice.
stopUser
(profileUserId, /* waitFlag */ true, /* forceFlag */ true);
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java
311
protected void
stopUser
(int userId) throws Exception {
374
// The time spent on
stopUser
is depend on how busy the broadcast queue is.
[
all
...]
Completed in 107 milliseconds