/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 1286 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 D | BaseShortcutManagerTest.java | 2256 ret.addAll(mManager.getPinnedShortcuts());
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
H A D | SettingsInitializeTest.java | 68 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 D | DynamicShortcutsTests.java | 125 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 D | ShortcutsUpdater.java | 55 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 D | ShortcutsUpdateTask.java | 48 for (ShortcutInfo info : sm.getPinnedShortcuts()) { in doInBackground()
|
H A D | CreateShortcutPreferenceController.java | 267 for (ShortcutInfo si : sm.getPinnedShortcuts()) { in updateRestoredShortcuts()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
H A D | PinnedShortcuts.java | 98 for (ShortcutInfo shortcutInfo : shortcutManager.getPinnedShortcuts()) { in refresh()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/shortcut/ |
H A D | ShortcutsUpdateTaskTest.java | 100 when(mShortcutManager.getPinnedShortcuts()).thenReturn(pinnedShortcuts); in shortcutsUpdateTask()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | SettingsInitialize.java | 136 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | DynamicShortcuts.java | 171 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 D | ShortcutManager.java | 302 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14975 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 D | boot-image-profile.txt | 4876 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13095 …@NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4874 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|