Home
last modified time | relevance | path

Searched refs:APP_PREDICTION_SERVICE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java22 import static android.content.Context.APP_PREDICTION_SERVICE;
80 publishBinderService(APP_PREDICTION_SERVICE, new PredictionManagerServiceStub()); in onStart()
/aosp12/frameworks/base/core/java/android/app/prediction/
H A DAppPredictor.java97 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in AppPredictor()
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1225 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService() argument
1230 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in registerService()
1530 case Context.APP_PREDICTION_SERVICE: in getSystemService()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java121 Context.APP_PREDICTION_SERVICE); in setUp()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4794 public static final String APP_PREDICTION_SERVICE = "app_prediction"; field in Context
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2317 field public static final String APP_PREDICTION_SERVICE = "app_prediction";