Searched refs:requestPredictionUpdate (Results 1 – 4 of 4) sorted by relevance
231 verify(appPredictor, times(1)).requestPredictionUpdate() in test_appPredictorReturnsEmptyList_fallbackToShortcutManager()276 whenever(appPredictor.requestPredictionUpdate()) in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager()292 verify(appPredictor, times(1)).requestPredictionUpdate() in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager()333 verify(appPredictor, times(1)).requestPredictionUpdate() in test_ShortcutLoader_shortcutsRequestedIndependentlyFromAppTargets()416 verify(appPredictor, times(1)).requestPredictionUpdate() in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult()497 verify(appPredictor, never()).requestPredictionUpdate() in testDisabledWorkProfileDoNotCallSystem()529 verify(appPredictor, times(1)).requestPredictionUpdate() in testAlwaysCallSystemForMainProfile()
175 appPredictor.requestPredictionUpdate() in <lambda>()358 open fun requestPredictionUpdate() = mAppPredictor.requestPredictionUpdate() in <lambda>() method in com.android.intentresolver.shortcuts.ShortcutLoader.AppPredictorProxy
319 mAllAppsState.predictor.requestPredictionUpdate(); in validateData()322 mWidgetsRecommendationState.predictor.requestPredictionUpdate(); in validateData()404 state.predictor.requestPredictionUpdate(); in registerPredictor()426 mWidgetsRecommendationState.predictor.requestPredictionUpdate(); in registerWidgetsPredictor()
107 mAppPredictor.requestPredictionUpdate(); in request()