Searched defs:USER_10 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java612 protected static final int USER_10 = 10; field in class:BaseShortcutManagerTest
618 protected static final UserHandle HANDLE_USER_10 = UserHandle.of(USER_10);
628 new UserInfo(USER_10, "user10", UserInfo.FLAG_INITIALIZED);
762 mUserInfos.put(USER_10, USER_INFO_10);
808 mRunningUsers.put(USER_10, false);
815 mUnlockedUsers.put(USER_10, true);
1928 mRunningUsers.put(USER_10, true); // this test needs user 10.
1953 runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
1998 runWithCaller(LAUNCHER_1, USER_10, () -> {
2025 runWithCaller(CALLING_PACKAGE_1, USER_10, ()
[all...]

Completed in 315 milliseconds