Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest12.java88 Set<String> shortcutIds = in testSetDynamicShortcuts_PersistsShortcutsToDisk() local
116 final Set<String> shortcutIds = in testAddDynamicShortcuts_PersistsShortcutsToDisk() local
140 Set<String> shortcutIds = in testPushDynamicShortcuts_PersistsShortcutsToDisk() local
185 final Set<String> shortcutIds = in testRemoveDynamicShortcuts_RemovesShortcutsFromDisk() local
209 final Set<String> shortcutIds = in testRemoveLongLivedShortcuts_RemovesShortcutsFromDisk() local
234 final Set<String> shortcutIds = in testDisableShortcuts_RemovesShortcutsFromDisk() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java254 public void removeDynamicShortcuts(@NonNull List<String> shortcutIds) { in removeDynamicShortcuts()
256 mService.removeDynamicShortcuts(mContext.getPackageName(), shortcutIds, in removeDynamicShortcuts() local
281 public void removeLongLivedShortcuts(@NonNull List<String> shortcutIds) { in removeLongLivedShortcuts()
283 mService.removeLongLivedShortcuts(mContext.getPackageName(), shortcutIds, in removeLongLivedShortcuts() local
341 public void disableShortcuts(@NonNull List<String> shortcutIds) { in disableShortcuts()
343 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
354 public void disableShortcuts(@NonNull List<String> shortcutIds, int disabledMessageResId) { in disableShortcuts()
356 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
367 public void disableShortcuts(@NonNull List<String> shortcutIds, String disabledMessage) { in disableShortcuts()
384 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts() local
[all …]
H A DIShortcutService.aidl35 void removeDynamicShortcuts(String packageName, in List<String> shortcutIds, int userId); in removeDynamicShortcuts()
47 void disableShortcuts(String packageName, in List<String> shortcutIds, in disableShortcuts()
50 void enableShortcuts(String packageName, in List<String> shortcutIds, int userId); in enableShortcuts()
77 void removeLongLivedShortcuts(String packageName, in List<String> shortcutIds, int userId); in removeLongLivedShortcuts()
H A DShortcutServiceInternal.java51 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcuts()
63 @Nullable String packageName, @Nullable List<String> shortcutIds, in getShortcutsAsync()
74 @NonNull List<String> shortcutIds, int userId); in pinShortcuts()
132 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in cacheShortcuts()
135 @NonNull List<String> shortcutIds, int userId, int cacheFlags); in uncacheShortcuts()
H A DShortcutQueryWrapper.java138 List<String> shortcutIds = null; in ShortcutQueryWrapper() local
H A DILauncherApps.aidl82 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in pinShortcuts()
112 void cacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in cacheShortcuts()
114 void uncacheShortcuts(String callingPackage, String packageName, in List<String> shortcutIds, in uncacheShortcuts()
H A DLauncherApps.java525 public ShortcutQuery setShortcutIds(@Nullable List<String> shortcutIds) { in setShortcutIds()
1282 public void pinShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in pinShortcuts()
1286 mService.pinShortcuts(mContext.getPackageName(), packageName, shortcutIds, user); in pinShortcuts() local
1319 public void cacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in cacheShortcuts()
1324 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in cacheShortcuts() local
1350 public void uncacheShortcuts(@NonNull String packageName, @NonNull List<String> shortcutIds, in uncacheShortcuts()
1355 mContext.getPackageName(), packageName, shortcutIds, user, cacheFlags); in uncacheShortcuts() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java269 final Set<String> shortcutIds = new HashSet<>(packageBubbles.keySet()); in maybeListenForShortcutChangesForBubbles() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java121 Set<String> shortcutIds = new ArraySet<>(); in testForAllConversations() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java932 final List<String> shortcutIds = query.getShortcutIds(); in getShortcuts() local
968 final List<String> shortcutIds = query.getShortcutIds(); in getShortcutsAsync() local
985 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcutsAsync() local
1767 final List<String> shortcutIds = query.getShortcutIds(); in filterShortcutsByQuery() local
H A DShortcutPackage.java306 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java753 @Nullable List<String> shortcutIds) { in getShortcuts()
1146 @NonNull String packageName, @NonNull int userId, @NonNull Set<String> shortcutIds) { in removeConversations()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...