Home
last modified time | relevance | path

Searched refs:getPinnedShortcuts (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1286 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1294 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1331 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1350 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
5805 mManager.getPinnedShortcuts()), in checkBackupAndRestore_publisherNotRestored()
5939 mManager.getPinnedShortcuts()), in checkBackupAndRestore_launcherNotRestored()
5947 mManager.getPinnedShortcuts()), in checkBackupAndRestore_launcherNotRestored()
5976 mManager.getPinnedShortcuts()), in checkBackupAndRestore_launcherNotRestored()
6050 mManager.getPinnedShortcuts()), in checkBackupAndRestore_publisherAndLauncherNotRestored()
6083 mManager.getPinnedShortcuts()), in checkBackupAndRestore_publisherAndLauncherNotRestored()
[all …]
H A DBaseShortcutManagerTest.java2256 ret.addAll(mManager.getPinnedShortcuts());
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DSettingsInitializeTest.java68 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()
95 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DDynamicShortcutsTests.java125 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_disablesShortcutsForRemovedContacts()
138 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()
172 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_setsDynamicShortcutsToStrequentContacts()
196 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_skipsContactsWithNullName()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DShortcutsUpdater.java55 Map<String, ShortcutInfo> existing = getPinnedShortcuts(mgr); in update()
111 private Map<String, ShortcutInfo> getPinnedShortcuts(ShortcutManager mgr) { in getPinnedShortcuts() method in ShortcutsUpdater
/aosp12/packages/apps/Settings/src/com/android/settings/shortcut/
H A DShortcutsUpdateTask.java48 for (ShortcutInfo info : sm.getPinnedShortcuts()) { in doInBackground()
H A DCreateShortcutPreferenceController.java267 for (ShortcutInfo si : sm.getPinnedShortcuts()) { in updateRestoredShortcuts()
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DPinnedShortcuts.java98 for (ShortcutInfo shortcutInfo : shortcutManager.getPinnedShortcuts()) { in refresh()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/shortcut/
H A DShortcutsUpdateTaskTest.java100 when(mShortcutManager.getPinnedShortcuts()).thenReturn(pinnedShortcuts); in shortcutsUpdateTask()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsInitialize.java136 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java171 for (ShortcutInfo shortcut : mShortcutManager.getPinnedShortcuts()) { in updatePinned()
447 final List<ShortcutInfo> pinned = mShortcutManager.getPinnedShortcuts(); in removeAllShortcuts()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java302 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14975 Landroid/content/pm/IShortcutService$Stub$Proxy;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/c…
15022 Landroid/content/pm/IShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/pm/P…
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4876 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13095 …@NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt4874 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;