Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/prediction/
H A DAppPredictionManager.java45 public AppPredictor createAppPredictionSession( in createAppPredictionSession()
H A DAppPredictor.java96 AppPredictor(@NonNull Context context, @NonNull AppPredictionContext predictionContext) { in AppPredictor()
/aosp14/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DAppTargetPredictor.java45 public static AppTargetPredictor create(@NonNull AppPredictionContext predictionContext, in create()
62 AppTargetPredictor(@NonNull AppPredictionContext predictionContext, in AppTargetPredictor()
H A DShareTargetPredictor.java70 ShareTargetPredictor(@NonNull AppPredictionContext predictionContext, in ShareTargetPredictor()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java127 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in setUp() local
267 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testPredictTargets_nullIntentFilter() local
376 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testSortTargets_nullIntentFilter() local
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DSessionInfo.java43 SessionInfo(AppPredictionContext predictionContext, DataManager dataManager, in SessionInfo()
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionPerUserService.java405 @NonNull final AppPredictionContext predictionContext, in AppPredictionSessionInfo()