Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java72 private static final String KEY_SERVICE_ENABLED = "service_enabled"; field in RotationResolverManagerService
109 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onBootPhase()
114 if (keys.contains(KEY_SERVICE_ENABLED)) { in onDeviceConfigChange()
116 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onDeviceConfigChange()
/aosp12/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java89 static final String KEY_SERVICE_ENABLED = "service_enabled"; field in AttentionManagerService
188 return DeviceConfig.getBoolean(NAMESPACE_ATTENTION_MANAGER_SERVICE, KEY_SERVICE_ENABLED, in getIsServiceEnabled()
213 case KEY_SERVICE_ENABLED: in onDeviceConfigChange()