Searched refs:APP_PREDICTION_SERVICE (Results 1 – 6 of 6) sorted by relevance
22 import static android.content.Context.APP_PREDICTION_SERVICE;80 publishBinderService(APP_PREDICTION_SERVICE, new PredictionManagerServiceStub()); in onStart()
97 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in AppPredictor()
1225 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService() argument1230 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE); in registerService()1530 case Context.APP_PREDICTION_SERVICE: in getSystemService()
121 Context.APP_PREDICTION_SERVICE); in setUp()
4794 public static final String APP_PREDICTION_SERVICE = "app_prediction"; field in Context
2317 field public static final String APP_PREDICTION_SERVICE = "app_prediction";