Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/rotationresolver/
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()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java69 private static final String KEY_SERVICE_ENABLED = "service_enabled"; field in AmbientContextManagerService
147 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onBootPhase()
150 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onBootPhase()
199 if (keys.contains(KEY_SERVICE_ENABLED)) { in onDeviceConfigChange()
202 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onDeviceConfigChange()
205 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onDeviceConfigChange()
/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingManagerService.java75 private static final String KEY_SERVICE_ENABLED = "service_enabled"; field in WearableSensingManagerService
146 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onBootPhase()
152 if (keys.contains(KEY_SERVICE_ENABLED)) { in onDeviceConfigChange()
155 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in onDeviceConfigChange()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java97 static final String KEY_SERVICE_ENABLED = "service_enabled"; field in AttentionManagerService
213 return DeviceConfig.getBoolean(NAMESPACE_ATTENTION_MANAGER_SERVICE, KEY_SERVICE_ENABLED, in getIsServiceEnabled()
238 case KEY_SERVICE_ENABLED: in onDeviceConfigChange()
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/
DOnDeviceIntelligenceManagerService.java117 private static final String KEY_SERVICE_ENABLED = "service_enabled"; field in OnDeviceIntelligenceManagerService
210 if (keys.contains(KEY_SERVICE_ENABLED)) { in onDeviceConfigChange()
218 KEY_SERVICE_ENABLED, DEFAULT_SERVICE_ENABLED); in isServiceEnabled()