Searched defs:predictionContext (Results 1 – 7 of 7) sorted by relevance
45 public AppPredictor createAppPredictionSession( in createAppPredictionSession()
96 AppPredictor(@NonNull Context context, @NonNull AppPredictionContext predictionContext) { in AppPredictor()
45 public static AppTargetPredictor create(@NonNull AppPredictionContext predictionContext, in create()62 AppTargetPredictor(@NonNull AppPredictionContext predictionContext, in AppTargetPredictor()
70 ShareTargetPredictor(@NonNull AppPredictionContext predictionContext, in ShareTargetPredictor()
127 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in setUp() local267 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testPredictTargets_nullIntentFilter() local376 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testSortTargets_nullIntentFilter() local
43 SessionInfo(AppPredictionContext predictionContext, DataManager dataManager, in SessionInfo()
405 @NonNull final AppPredictionContext predictionContext, in AppPredictionSessionInfo()