Searched refs:HANDLE_USER_10 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest7.java | 299 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms2", "s2"), HANDLE_USER_10); in testClearShortcuts()
|
D | ShortcutManagerTest1.java | 2261 list("s1", "s2", "s3"), HANDLE_USER_10); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2432 /* activity =*/ null, ShortcutQuery.FLAG_GET_PINNED), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2436 /* activity =*/ null, ShortcutQuery.FLAG_GET_DYNAMIC), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2440 /* activity =*/ null, PIN_AND_DYNAMIC), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2611 /* activity =*/ null, ShortcutQuery.FLAG_GET_PINNED), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2615 /* activity =*/ null, ShortcutQuery.FLAG_GET_DYNAMIC), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2619 /* activity =*/ null, PIN_AND_DYNAMIC), HANDLE_USER_10)), in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 3220 assertCallbackReceived(c10_1, HANDLE_USER_10, CALLING_PACKAGE_1, in testLauncherCallback_crossProfile() 3426 HANDLE_USER_10); in testCleanupPackage() 3428 HANDLE_USER_10); in testCleanupPackage() [all …]
|
D | BaseShortcutManagerTest.java | 653 protected static final UserHandle HANDLE_USER_10 = UserHandle.of(USER_10); field in BaseShortcutManagerTest 2105 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("x4", "x5"), HANDLE_USER_10); 2106 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2, list("x4", "x5", "x6"), HANDLE_USER_10); 2108 HANDLE_USER_10);
|
D | ShortcutManagerTest2.java | 235 assertEquals(HANDLE_USER_10, si.getUserHandle()); in testShortcutInfoParcel() 957 assertEquals(HANDLE_USER_10, si.getUserHandle()); in testShortcutInfoSaveAndLoad() 1037 assertEquals(HANDLE_USER_10, si.getUserHandle()); 1108 assertEquals(HANDLE_USER_10, si.getUserHandle());
|