Home
last modified time | relevance | path

Searched defs:shortcutIds (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java253 public void removeDynamicShortcuts(@NonNull List<String> shortcutIds) { in removeDynamicShortcuts()
255 mService.removeDynamicShortcuts(mContext.getPackageName(), shortcutIds, in removeDynamicShortcuts() local
280 public void removeLongLivedShortcuts(@NonNull List<String> shortcutIds) { in removeLongLivedShortcuts()
282 mService.removeLongLivedShortcuts(mContext.getPackageName(), shortcutIds, in removeLongLivedShortcuts() local
340 public void disableShortcuts(@NonNull List<String> shortcutIds) { in disableShortcuts()
342 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
353 public void disableShortcuts(@NonNull List<String> shortcutIds, int disabledMessageResId) { in disableShortcuts()
355 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
366 public void disableShortcuts(@NonNull List<String> shortcutIds, String disabledMessage) { in disableShortcuts()
381 public void disableShortcuts(@NonNull List<String> shortcutIds, CharSequence disabledMessage) { in disableShortcuts()
[all …]
DIShortcutService.aidl33 void removeDynamicShortcuts(String packageName, in List<String> shortcutIds, int userId); in removeDynamicShortcuts()
45 void disableShortcuts(String packageName, in List<String> shortcutIds, in disableShortcuts()
48 void enableShortcuts(String packageName, in List<String> shortcutIds, int userId); in enableShortcuts()
75 void removeLongLivedShortcuts(String packageName, in List<String> shortcutIds, int userId); in removeLongLivedShortcuts()
DShortcutServiceInternal.java51 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcuts()
61 @NonNull List<String> shortcutIds, int userId); in pinShortcuts()
112 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in cacheShortcuts()
115 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in uncacheShortcuts()
DShortcutQueryWrapper.java138 List<String> shortcutIds = null; in ShortcutQueryWrapper() local
DILauncherApps.aidl86 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in pinShortcuts()
116 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts()
118 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts()
DLauncherApps.java542 public ShortcutQuery setShortcutIds(@Nullable List<String> shortcutIds) { in setShortcutIds()
1540 public void pinShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in pinShortcuts()
1544 mService.pinShortcuts(mContext.getPackageName(), packageName, shortcutIds, user); in pinShortcuts() local
1577 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts()
1582 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in cacheShortcuts() local
1608 public void uncacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in uncacheShortcuts()
1613 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in uncacheShortcuts() local
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java213 final Set<String> shortcutIds = new HashSet<>(packageBubbles.keySet()); in maybeListenForShortcutChangesForBubbles() local
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java121 Set<String> shortcutIds = new ArraySet<>(); in testForAllConversations() local
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java753 @Nullable List<String> shortcutIds) { in getShortcuts()
1136 HashSet<String> shortcutIds = new HashSet<>(); in onShortcutsRemoved() local
1146 @NonNull String packageName, @NonNull int userId, @NonNull Set<String> shortcutIds) { in removeConversations()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java1249 final List<String> shortcutIds = query.getShortcutIds(); in getShortcuts() local
2363 final List<String> shortcutIds = query.getShortcutIds(); in filterShortcutsByQuery() local
DShortcutPackage.java273 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds()