Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java446 registerService(Context.CARRIER_CONFIG_SERVICE, CarrierConfigManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3266 public static final String CARRIER_CONFIG_SERVICE = "carrier_config"; field in Context