Searched refs:updateAppTargets (Results 1 – 4 of 4) sorted by relevance
107 testSubject.updateAppTargets(appTargets) in test_loadShortcutsWithAppPredictor_resultIntegrity()176 testSubject.updateAppTargets(appTargets) in test_loadShortcutsWithShortcutManager_resultIntegrity()229 testSubject.updateAppTargets(appTargets) in test_appPredictorReturnsEmptyList_fallbackToShortcutManager()290 testSubject.updateAppTargets(appTargets) in test_appPredictor_requestPredictionUpdateFailure_fallbackToShortcutManager()371 testSubject.updateAppTargets(appTargets) in test_ShortcutLoader_noResultsWithoutAppTargets()414 testSubject.updateAppTargets(appTargets) in test_nullIntentFilterNoAppAppPredictorResults_returnEmptyResult()495 testSubject.updateAppTargets(arrayOf<DisplayResolveInfo>(mock())) in testDisabledWorkProfileDoNotCallSystem()527 testSubject.updateAppTargets(arrayOf<DisplayResolveInfo>(mock())) in testAlwaysCallSystemForMainProfile()
1538 verify(shortcutLoaders.get(0).first, times(1)).updateAppTargets(appTargets.capture()); in testDirectTargetSelectionLogging()1612 verify(shortcutLoaders.get(0).first, times(1)).updateAppTargets(appTargets.capture()); in testDirectTargetLoggingWithRankedAppTarget()1689 verify(shortcutLoaders.get(0).first, times(1)).updateAppTargets(appTargets.capture()); in testShortcutTargetWithApplyAppLimits()1760 verify(shortcutLoaders.get(0).first, times(1)).updateAppTargets(appTargets.capture()); in testShortcutTargetWithoutApplyAppLimits()1849 verify(shortcutLoaders.get(0).first, times(1)).updateAppTargets(appTargets.capture()); in testLaunchWithCallerProvidedTarget()2391 .updateAppTargets(appTargets.capture()); in testDirectTargetLogging()2464 .updateAppTargets(appTargets.capture()); in testDirectTargetPinningDialog()2730 verify(personalProfileShortcutLoader, times(1)).updateAppTargets(any()); in test_query_shortcut_loader_for_the_selected_tab()2735 verify(workProfileShortcutLoader, times(1)).updateAppTargets(any()); in test_query_shortcut_loader_for_the_selected_tab()
154 open fun updateAppTargets(appTargets: Array<DisplayResolveInfo>) { in <lambda>() method in com.android.intentresolver.shortcuts.ShortcutLoader
2424 record.shortcutLoader.updateAppTargets(displayResolveInfos);