Home
last modified time | relevance | path

Searched refs:mUpdatePredictionsMethod (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java56 private final Consumer<List<AppTarget>> mUpdatePredictionsMethod; field in AppTargetPredictor
65 mUpdatePredictionsMethod = updatePredictionsMethod; in AppTargetPredictor()
105 return mUpdatePredictionsMethod; in getUpdatePredictionsMethod()
136 mUpdatePredictionsMethod.accept(targets); in updatePredictions()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java77 @Mock private Consumer<List<AppTarget>> mUpdatePredictionsMethod; field in ShareTargetPredictorTest
115 predictionContext, mUpdatePredictionsMethod, mDataManager, USER_ID); in setUp()
145 verify(mUpdatePredictionsMethod).accept(mAppTargetCaptor.capture()); in testPredictTargets()
210 verify(mUpdatePredictionsMethod).accept(mAppTargetCaptor.capture()); in testPredictTargets_reachTargetsLimit()
243 predictionContext, mUpdatePredictionsMethod, mDataManager, USER_ID); in testPredictTargets_nullIntentFilter()
247 verify(mUpdatePredictionsMethod).accept(mAppTargetCaptor.capture()); in testPredictTargets_nullIntentFilter()
266 verify(mUpdatePredictionsMethod).accept(mAppTargetCaptor.capture()); in testPredictTargets_noSharingHistoryRankedByShortcutRank()
332 mUpdatePredictionsMethod); in testSortTargets() local
334 verify(mUpdatePredictionsMethod).accept(mAppTargetCaptor.capture()); in testSortTargets()
352 predictionContext, mUpdatePredictionsMethod, mDataManager, USER_ID); in testSortTargets_nullIntentFilter()
[all …]