Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8327 Settings.Secure.SPATIAL_AUDIO_ENABLED, enabled ? 1 : 0, in onPersistSpatialAudioEnabled()
8333 Settings.Secure.SPATIAL_AUDIO_ENABLED, SPATIAL_AUDIO_ENABLED_DEFAULT ? 1 : 0, in isSpatialAudioEnabled()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java9041 public static final String SPATIAL_AUDIO_ENABLED = "spatial_audio_enabled"; field in Settings.Secure