Searched refs:mAppPredictor (Results 1 – 2 of 2) sorted by relevance
51 private final AppPredictor mAppPredictor; field in AppPredictionServiceResolverComparator70 mAppPredictor = appPredictor; in AppPredictionServiceResolverComparator()110 mAppPredictor.sortTargets(appTargets, Executors.newSingleThreadExecutor(), in doCompute()168 mAppPredictor.notifyAppTargetEvent( in updateModel()
167 private AppPredictor mAppPredictor; field in ChooserActivity1130 if (mAppPredictor != null) {1131 mAppPredictor.unregisterPredictionUpdates(mAppPredictorCallback);1132 mAppPredictor.destroy();1696 if (mAppPredictor == null1708 mAppPredictor = appPredictionManager.createAppPredictionSession(appPredictionContext);1710 return mAppPredictor;