Searched defs:predictionContext (Results 1 – 7 of 7) sorted by relevance
47 public AppPredictor createAppPredictionSession( in createAppPredictionSession()
95 AppPredictor(@NonNull Context context, @NonNull AppPredictionContext predictionContext) { in AppPredictor()
44 public static AppTargetPredictor create(@NonNull AppPredictionContext predictionContext, in create()61 AppTargetPredictor(@NonNull AppPredictionContext predictionContext, in AppTargetPredictor()
57 ShareTargetPredictor(@NonNull AppPredictionContext predictionContext, in ShareTargetPredictor()
109 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in setUp() local237 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testPredictTargets_nullIntentFilter() local346 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testSortTargets_nullIntentFilter() local
42 SessionInfo(AppPredictionContext predictionContext, DataManager dataManager, in SessionInfo()
389 @NonNull final AppPredictionContext predictionContext, in AppPredictionSessionInfo()