Searched refs:APP_PREDICTION_SERVICE (Results 1 – 6 of 6) sorted by relevance
21 import static android.content.Context.APP_PREDICTION_SERVICE;77 publishBinderService(APP_PREDICTION_SERVICE, new PredictionManagerServiceStub()); in onStart()
96 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in AppPredictor()
1215 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService() argument1220 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in registerService()
4288 public static final String APP_PREDICTION_SERVICE = "app_prediction"; field in Context
1522 field public static final String APP_PREDICTION_SERVICE = "app_prediction";