Home
last modified time | relevance | path

Searched defs:APP_PREDICTION_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1242 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java5298 public static final String APP_PREDICTION_SERVICE = "app_prediction"; field in Context