Searched defs:shortcutManager (Results 1 – 8 of 8) sorted by relevance
166 val shortcutManager = in test_loadShortcutsWithShortcutManager_resultIntegrity() constant219 val shortcutManager = in test_appPredictorReturnsEmptyList_fallbackToShortcutManager() constant278 val shortcutManager = in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager() constant336 val shortcutManager = in test_appPredictorNotResponding_noCallbackFromShortcutLoader() constant410 val shortcutManager = in test_appPredictorResponding_appPredictorTimeoutJobIsCancelled() constant490 val shortcutManager = in test_ShortcutLoader_noResultsWithoutAppTargets() constant544 val shortcutManager = mock<ShortcutManager>() in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult() constant
99 ShortcutManager shortcutManager = getShortcutManager(context); in refresh() local153 ShortcutManager shortcutManager = getShortcutManager(context); in updateIcons() local210 ShortcutManager shortcutManager = getShortcutManager(context); in applyDelta() local
97 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refresh() local151 ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in applyDelta() local
96 ShortcutManager shortcutManager = in doInBackground() local
107 fun shortcutManager(@ApplicationContext ctx: Context): ShortcutManager { in shortcutManager() method in com.android.intentresolver.inject.ShortcutManagerModule
137 final ShortcutManager shortcutManager = context.getSystemService(ShortcutManager.class); in refreshExistingShortcuts() local
124 ShortcutManager shortcutManager, JobScheduler jobScheduler) { in DynamicShortcuts()
2250 final ShortcutManager shortcutManager = (ShortcutManager) in createLauncherShortcutWithContact() local