Home
last modified time | relevance | path

Searched refs:SYSTEM_CONFIG_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DSystemConfigManager.java42 @SystemService(Context.SYSTEM_CONFIG_SERVICE)
51 ServiceManager.getService(Context.SYSTEM_CONFIG_SERVICE)); in SystemConfigManager()
/frameworks/base/services/java/com/android/server/
DSystemConfigService.java96 publishBinderService(Context.SYSTEM_CONFIG_SERVICE, mInterface); in onStart()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java271 case Context.SYSTEM_CONFIG_SERVICE: in getSystemService()
309 return Context.SYSTEM_CONFIG_SERVICE; in getSystemServiceName()
/frameworks/base/core/java/android/content/
DContext.java5503 public static final String SYSTEM_CONFIG_SERVICE = "system_config"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java671 registerService(Context.SYSTEM_CONFIG_SERVICE, SystemConfigManager.class, in registerService() argument
/frameworks/base/core/api/
Dsystem-current.txt2337 field public static final String SYSTEM_CONFIG_SERVICE = "system_config";