Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java927 registerService(Context.APP_FUNCTION_SERVICE, AppFunctionManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java6458 public static final String APP_FUNCTION_SERVICE = "app_function"; field in Context