Home
last modified time | relevance | path

Searched defs:predictionContext (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/prediction/
DAppPredictionManager.java47 public AppPredictor createAppPredictionSession( in createAppPredictionSession()
DAppPredictor.java95 AppPredictor(@NonNull Context context, @NonNull AppPredictionContext predictionContext) { in AppPredictor()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java44 public static AppTargetPredictor create(@NonNull AppPredictionContext predictionContext, in create()
61 AppTargetPredictor(@NonNull AppPredictionContext predictionContext, in AppTargetPredictor()
DShareTargetPredictor.java57 ShareTargetPredictor(@NonNull AppPredictionContext predictionContext, in ShareTargetPredictor()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java109 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in setUp() local
237 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testPredictTargets_nullIntentFilter() local
346 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testSortTargets_nullIntentFilter() local
/frameworks/base/services/people/java/com/android/server/people/
DSessionInfo.java42 SessionInfo(AppPredictionContext predictionContext, DataManager dataManager, in SessionInfo()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionPerUserService.java389 @NonNull final AppPredictionContext predictionContext, in AppPredictionSessionInfo()