Home
last modified time | relevance | path

Searched refs:SystemConfigService (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemConfigService.java40 public class SystemConfigService extends SystemService { class
113 public SystemConfigService(Context context) { in SystemConfigService() method in SystemConfigService
H A DSystemServer.java1365 mSystemServiceManager.startService(SystemConfigService.class); in startCoreServices()