/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest12.java | 88 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 D | ShortcutManager.java | 254 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 D | IShortcutService.aidl | 35 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 D | ShortcutServiceInternal.java | 51 @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 D | ShortcutQueryWrapper.java | 138 List<String> shortcutIds = null; in ShortcutQueryWrapper() local
|
H A D | ILauncherApps.aidl | 82 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 D | LauncherApps.java | 525 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 D | ShortcutHelper.java | 269 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 D | ConversationStoreTest.java | 121 Set<String> shortcutIds = new ArraySet<>(); in testForAllConversations() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | LauncherAppsService.java | 932 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 D | ShortcutPackage.java | 306 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 753 @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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |