Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DSystemConfigManager.java42 @SystemService(Context.SYSTEM_CONFIG_SERVICE)
51 ServiceManager.getService(Context.SYSTEM_CONFIG_SERVICE)); in SystemConfigManager()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemConfigService.java96 publishBinderService(Context.SYSTEM_CONFIG_SERVICE, mInterface); in onStart()
/aosp12/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
H A DConnectivityServiceIntegrationTest.kt164 doReturn(Context.SYSTEM_CONFIG_SERVICE).`when`(context)
167 .getSystemService(Context.SYSTEM_CONFIG_SERVICE)
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java271 case Context.SYSTEM_CONFIG_SERVICE: in getSystemService()
309 return Context.SYSTEM_CONFIG_SERVICE; in getSystemServiceName()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DPermissionMonitorTest.java144 .thenReturn(Context.SYSTEM_CONFIG_SERVICE); in setUp()
145 when(mContext.getSystemService(Context.SYSTEM_CONFIG_SERVICE)) in setUp()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5507 public static final String SYSTEM_CONFIG_SERVICE = "system_config"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java671 registerService(Context.SYSTEM_CONFIG_SERVICE, SystemConfigManager.class, in registerService() argument
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java605 if (Context.SYSTEM_CONFIG_SERVICE.equals(name)) return mSystemConfigManager; in getSystemService()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2343 field public static final String SYSTEM_CONFIG_SERVICE = "system_config";