Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java45 @NonNull Consumer<List<AppTarget>> updatePredictionsMethod, in create() argument
49 predictionContext, updatePredictionsMethod, dataManager, callingUserId); in create()
52 predictionContext, updatePredictionsMethod, dataManager, callingUserId); in create()
62 @NonNull Consumer<List<AppTarget>> updatePredictionsMethod, in AppTargetPredictor() argument
65 mUpdatePredictionsMethod = updatePredictionsMethod; in AppTargetPredictor()
DShareTargetPredictor.java58 @NonNull Consumer<List<AppTarget>> updatePredictionsMethod, in ShareTargetPredictor() argument
60 super(predictionContext, updatePredictionsMethod, dataManager, callingUserId); in ShareTargetPredictor()