Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java736 registerService(Context.SYSTEM_CONFIG_SERVICE, SystemConfigManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java6226 public static final String SYSTEM_CONFIG_SERVICE = "system_config"; field in Context