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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java614 protected static final int USER_P0 = 20; // profile of user 0 (MANAGED_PROFILE *not* set) field in class:BaseShortcutManagerTest
620 protected static final UserHandle HANDLE_USER_P0 = UserHandle.of(USER_P0);
634 * Cheat: USER_P0 is a sub profile of USER_0, but it doesn't have the MANAGED_PROFILE flag set.
642 new UserInfo(USER_P0, "userP0", UserInfo.FLAG_INITIALIZED), 0);
764 mUserInfos.put(USER_P0, USER_INFO_P0);
810 mRunningUsers.put(USER_P0, true);
817 mUnlockedUsers.put(USER_P0, true);
1904 for (int userId : list(USER_0, USER_P0)) {
1948 runWithCaller(CALLING_PACKAGE_1, USER_P0, () -> {
1990 runWithCaller(LAUNCHER_1, USER_P0, ()
[all...]

Completed in 81 milliseconds