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 | 615 protected static final int USER_P1 = 21; // another profile of user 0 (MANAGED_PROFILE set) field in BaseShortcutManagerTest 621 protected static final UserHandle HANDLE_USER_P1 = UserHandle.of(USER_P1); 645 new UserInfo(USER_P1, "userP1", 765 mUserInfos.put(USER_P1, USER_INFO_P1); in setUp() 811 mRunningUsers.put(USER_P1, true); in setUp() 818 mUnlockedUsers.put(USER_P1, true); in setUp()
|
D | ShortcutManagerTest1.java | 2125 runWithCaller(LAUNCHER_1, USER_P1, () -> { in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2989 case USER_P1: in testLauncherCallback_crossProfile() 3005 runWithCaller(LAUNCHER_1, USER_P1, () -> mLauncherApps.registerCallback(cP1_1, h)); in testLauncherCallback_crossProfile()
|