Searched refs:pinShortcuts (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java55 public abstract void pinShortcuts(int launcherUserId, method in class:ShortcutServiceInternal
H A DILauncherApps.aidl59 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds,
H A DLauncherApps.java741 public void pinShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, method in class:LauncherApps
745 mService.pinShortcuts(mContext.getPackageName(), packageName, shortcutIds, user);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1001 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s2", "s3"),
1003 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2, list("s4", "s5"),
1289 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2,
1336 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms2", "ms3", "s2", "s3"),
1518 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1,
1577 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1,
1580 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2,
1583 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3,
1658 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1,
1661 mLauncherApps.pinShortcuts(CALLING_PACKAGE_
[all...]
H A DBaseShortcutManagerTest.java1960 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_0);
1961 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2, list("s1", "s2"), HANDLE_USER_0);
1962 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s1", "s2", "s3"), HANDLE_USER_0);
1964 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1", "s4"), HANDLE_USER_P0);
1967 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s2"), HANDLE_USER_0);
1968 mLauncherApps.pinShortcuts(CALLING_PACKAGE_2, list("s2", "s3"), HANDLE_USER_0);
1969 mLauncherApps.pinShortcuts(CALLING_PACKAGE_3, list("s2", "s3", "s4"), HANDLE_USER_0);
1971 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s2", "s5"), HANDLE_USER_P0);
1976 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s3"), HANDLE_USER_0);
1977 mLauncherApps.pinShortcuts(CALLING_PACKAGE_
[all...]
H A DShortcutManagerTest10.java84 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
107 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
H A DShortcutManagerTest3.java293 mLauncherApps.pinShortcuts(CALLING_PACKAGE, list("s2", "s4", "x2"), HANDLE_USER_0);
402 mLauncherApps.pinShortcuts(
477 mLauncherApps.pinShortcuts(CALLING_PACKAGE, list("s2", "s4", "x2"), HANDLE_USER_0);
H A DShortcutManagerTest8.java603 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
681 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms1"), HANDLE_USER_P0);
763 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
791 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
822 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms1"), HANDLE_USER_P0);
854 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
916 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms1"), HANDLE_USER_P0);
985 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s2"), HANDLE_USER_P0);
1419 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("s1"), HANDLE_USER_P0);
1492 mLauncherApps.pinShortcuts(CALLING_PACKAGE_
[all...]
H A DShortcutManagerTest7.java299 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("ms2", "s2"), HANDLE_USER_10);
H A DShortcutManagerTest2.java1111 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("id", "id2"), HANDLE_USER_0);
1175 mLauncherApps.pinShortcuts(CALLING_PACKAGE_1, list("id", "id2"), HANDLE_USER_0);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java110 public void pinShortcuts(@UserIdInt int packageUserId, method in class:ShortcutLauncher
166 * Additionally pin a shortcut. c.f. {@link #pinShortcuts(int, String, List)}
180 pinShortcuts(packageUserId, packageName, pinnedList);
H A DLauncherAppsService.java468 public void pinShortcuts(String callingPackage, String packageName, List<String> ids, method in class:LauncherAppsService.LauncherAppsImpl
479 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
H A DShortcutService.java2500 public void pinShortcuts(int launcherUserId, method in class:ShortcutService.LocalService
2515 launcher.pinShortcuts(userId, packageName, shortcutIds);

Completed in 687 milliseconds