Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
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()
133 List<ShortcutInfo> oldDynamicShortcuts = new ArrayList<>(shortcutManager.getDynamicShortcuts()); in refresh()
153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local
156 shortcutManager.getMaxShortcutCountPerActivity() in updateIcons()
157 - shortcutManager.getManifestShortcuts().size(); in updateIcons()
161 for (ShortcutInfo oldInfo : shortcutManager.getDynamicShortcuts()) { in updateIcons()
168 shortcutManager.setDynamicShortcuts(newShortcuts); in updateIcons()
[all …]
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()
DShortcutUsageReporter.java96 ShortcutManager shortcutManager = in doInBackground() local
102 shortcutManager.reportShortcutUsed(lookupKey); in doInBackground()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsInitialize.java129 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
130 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()
143 shortcutManager.updateShortcuts(updates); in refreshExistingShortcuts()
/packages/apps/Settings/src/com/android/settings/
DSettingsInitialize.java129 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
130 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()
143 shortcutManager.updateShortcuts(updates); in refreshExistingShortcuts()
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java324 ShortcutManager shortcutManager) {
325 return createDynamicShortcuts(resolver, shortcutManager, mock(JobScheduler.class));
329 ShortcutManager shortcutManager, JobScheduler jobScheduler) {
331 shortcutManager, jobScheduler);
/packages/apps/Contacts/src/com/android/contacts/
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()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2241 final ShortcutManager shortcutManager = (ShortcutManager) in createLauncherShortcutWithContact() local
2252 shortcutManager.requestPinShortcut(shortcutInfo, null); in createLauncherShortcutWithContact()