Searched refs:USER_P1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 650 protected static final int USER_P1 = 21; // another profile of user 0 (MANAGED_PROFILE set) field in BaseShortcutManagerTest 656 protected static final UserHandle HANDLE_USER_P1 = UserHandle.of(USER_P1); 680 new UserInfo(USER_P1, "userP1", 808 mUserInfos.put(USER_P1, USER_INFO_P1); in setUp() 863 mRunningUsers.put(USER_P1, true); in setUp() 870 mUnlockedUsers.put(USER_P1, true); in setUp()
|
D | ShortcutManagerTest1.java | 2265 runWithCaller(LAUNCHER_1, USER_P1, () -> { in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 3129 case USER_P1: in testLauncherCallback_crossProfile() 3145 runWithCaller(LAUNCHER_1, USER_P1, () -> mLauncherApps.registerCallback(cP1_1, h)); in testLauncherCallback_crossProfile()
|