Home
last modified time | relevance | path

Searched refs:shortcutManager (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDynamicShortcuts.java99 ShortcutManager shortcutManager = getShortcutManager(context); in refresh() local
104 shortcutManager.removeAllDynamicShortcuts(); in refresh()
112 shortcutManager.getMaxShortcutCountPerActivity() in refresh()
113 - shortcutManager.getManifestShortcuts().size()); in refresh()
153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local
156 shortcutManager.getMaxShortcutCountPerActivity() in updateIcons()
157 - shortcutManager.getManifestShortcuts().size(); in updateIcons()
168 shortcutManager.setDynamicShortcuts(newShortcuts); in updateIcons()
210 ShortcutManager shortcutManager = getShortcutManager(context); in applyDelta() local
220 shortcutManager.updateShortcuts( in applyDelta()
[all …]
H A DPinnedShortcuts.java97 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refresh() local
98 for (ShortcutInfo shortcutInfo : shortcutManager.getPinnedShortcuts()) { in refresh()
151 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in applyDelta() local
155 shortcutManager.disableShortcuts(delta.shortcutIdsToDisable, shortcutDisabledMessage); in applyDelta()
160 if (!shortcutManager.updateShortcuts( in applyDelta()
H A DShortcutUsageReporter.java96 ShortcutManager shortcutManager = in doInBackground() local
102 shortcutManager.reportShortcutUsed(lookupKey); in doInBackground()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsInitialize.java135 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
136 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()
149 shortcutManager.updateShortcuts(updates); in refreshExistingShortcuts()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DDynamicShortcutsTests.java324 ShortcutManager shortcutManager) {
325 return createDynamicShortcuts(resolver, shortcutManager, mock(JobScheduler.class));
329 ShortcutManager shortcutManager, JobScheduler jobScheduler) {
331 shortcutManager, jobScheduler);
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java124 ShortcutManager shortcutManager, JobScheduler jobScheduler) { in DynamicShortcuts() argument
127 mShortcutManager = shortcutManager; in DynamicShortcuts()
549 final ShortcutManager shortcutManager = (ShortcutManager) context in reportShortcutUsed()
551 shortcutManager.reportShortcutUsed(lookupKey); in reportShortcutUsed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java149 ShortcutManager shortcutManager, in provideNotificationGutsManager() argument
169 shortcutManager, in provideNotificationGutsManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java190 ShortcutManager shortcutManager, in bindNotification() argument
231 mShortcutManager = shortcutManager; in bindNotification()
H A DNotificationGutsManager.java151 ShortcutManager shortcutManager, in NotificationGutsManager() argument
169 mShortcutManager = shortcutManager; in NotificationGutsManager()
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2241 final ShortcutManager shortcutManager = (ShortcutManager) in createLauncherShortcutWithContact() local
2252 shortcutManager.requestPinShortcut(shortcutInfo, null); in createLauncherShortcutWithContact()