Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java254 public void removeDynamicShortcuts(@NonNull List<String> shortcutIds) { in removeDynamicShortcuts()
282 public void removeLongLivedShortcuts(@NonNull List<String> shortcutIds) { in removeLongLivedShortcuts()
285 shortcutIds, injectMyUserId())); in removeLongLivedShortcuts() local
342 public void disableShortcuts(@NonNull List<String> shortcutIds) { in disableShortcuts()
344 getFutureOrThrow(mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
355 public void disableShortcuts(@NonNull List<String> shortcutIds, int disabledMessageResId) { in disableShortcuts()
357 getFutureOrThrow(mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
368 public void disableShortcuts(@NonNull List<String> shortcutIds, String disabledMessage) { in disableShortcuts()
385 getFutureOrThrow(mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
401 public void enableShortcuts(@NonNull List<String> shortcutIds) { in enableShortcuts()
[all …]
H A DIShortcutService.aidl35 AndroidFuture removeDynamicShortcuts(String packageName, in List shortcutIds, int userId); in removeDynamicShortcuts()
48 AndroidFuture disableShortcuts(String packageName, in List shortcutIds, in disableShortcuts()
51 AndroidFuture enableShortcuts(String packageName, in List shortcutIds, int userId); in enableShortcuts()
79 AndroidFuture removeLongLivedShortcuts(String packageName, in List shortcutIds, int userId); in removeLongLivedShortcuts()
H A DShortcutServiceInternal.java49 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcuts()
59 @NonNull List<String> shortcutIds, int userId); in pinShortcuts()
102 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in cacheShortcuts()
105 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in uncacheShortcuts()
H A DShortcutQueryWrapper.java138 List<String> shortcutIds = null; in ShortcutQueryWrapper() local
H A DILauncherApps.aidl76 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in pinShortcuts()
106 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts()
108 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts()
H A DLauncherApps.java508 public ShortcutQuery setShortcutIds(@Nullable List<String> shortcutIds) { in setShortcutIds()
1187 public void pinShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in pinShortcuts()
1191 mService.pinShortcuts(mContext.getPackageName(), packageName, shortcutIds, user); in pinShortcuts() local
1224 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts()
1229 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in cacheShortcuts() local
1255 public void uncacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in uncacheShortcuts()
1260 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in uncacheShortcuts() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutRequest.java67 public ShortcutRequest forPackage(String packageName, String... shortcutIds) { in forPackage()
75 public ShortcutRequest forPackage(String packageName, @Nullable List<String> shortcutIds) { in forPackage()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java269 final Set<String> shortcutIds = new HashSet<>(packageBubbles.keySet()); in maybeListenForShortcutChangesForBubbles() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2366 public AndroidFuture disableShortcuts(String packageName, List shortcutIds, in disableShortcuts()
2434 String packageName, List shortcutIds, @UserIdInt int userId) { in enableShortcuts()
2481 public AndroidFuture removeDynamicShortcuts(String packageName, List shortcutIds, in removeDynamicShortcuts()
2582 public AndroidFuture removeLongLivedShortcuts(String packageName, List shortcutIds, in removeLongLivedShortcuts()
3139 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcuts()
3188 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcutsInnerLocked()
3324 @NonNull List<String> shortcutIds, int userId) { in pinShortcuts()
3374 @NonNull List<String> shortcutIds, int userId, int cacheFlags) { in cacheShortcuts()
3382 @NonNull List<String> shortcutIds, int userId, int cacheFlags) { in uncacheShortcuts()
3413 @NonNull List<String> shortcutIds, int userId, int cacheFlags, boolean doCache) { in updateCachedShortcutsInternal()
H A DLauncherAppsService.java831 final List<String> shortcutIds = query.getShortcutIds(); in getShortcuts() local
1376 final List<String> shortcutIds = query.getShortcutIds(); in filterShortcutsByQuery() local
H A DShortcutPackage.java300 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds()
2432 final List<String> shortcutIds = new ArrayList<>(1); in getShortcutById() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java121 Set<String> shortcutIds = new ArraySet<>(); in testForAllConversations() local
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java740 @Nullable List<String> shortcutIds) { in getShortcuts()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...