Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/
DShortcutLoaderTest.kt159 val shortcutManager = in test_loadShortcutsWithShortcutManager_resultIntegrity() constant
212 val shortcutManager = in test_appPredictorReturnsEmptyList_fallbackToShortcutManager() constant
271 val shortcutManager = in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager() constant
346 val shortcutManager = in test_ShortcutLoader_noResultsWithoutAppTargets() constant
400 val shortcutManager = mock<ShortcutManager>() in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult() constant
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java99 ShortcutManager shortcutManager = getShortcutManager(context); in refresh() local
153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local
210 ShortcutManager shortcutManager = getShortcutManager(context); in applyDelta() local
DPinnedShortcuts.java97 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refresh() local
151 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in applyDelta() local
DShortcutUsageReporter.java96 ShortcutManager shortcutManager = in doInBackground() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DSystemServices.kt107 fun shortcutManager(@ApplicationContext ctx: Context): ShortcutManager { in shortcutManager() method
/packages/apps/Settings/src/com/android/settings/
DSettingsInitialize.java135 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java124 ShortcutManager shortcutManager, JobScheduler jobScheduler) { in DynamicShortcuts()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2250 final ShortcutManager shortcutManager = (ShortcutManager) in createLauncherShortcutWithContact() local