Searched refs:KEY_SERVICE_ENABLED (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
D | RotationResolverManagerService.java | 72 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/ |
D | AmbientContextManagerService.java | 69 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/ |
D | WearableSensingManagerService.java | 75 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/ |
D | AttentionManagerService.java | 97 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/ |
D | OnDeviceIntelligenceManagerService.java | 117 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()
|