Home
last modified time | relevance | path

Searched refs:ODI_CAPTIONS_VOLUME_UI_ENABLED (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DCaptioningManagerImpl.java64 Settings.Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED, in isSystemAudioCaptioningUiEnabled()
82 Settings.Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED, isEnabled ? 1 : 0, userId); in setSystemAudioCaptioningUiEnabled()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java226 registerObserver(Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED); in addCaptioningChangeListener()
341 } else if (Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED.equals(name)) { in onChange()
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java220 Settings.Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED,
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java370 VALIDATORS.put(Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java1834 Settings.Secure.ODI_CAPTIONS_VOLUME_UI_ENABLED, in dumpProtoSecureSettingsLocked()
1835 SecureSettingsProto.Accessibility.ODI_CAPTIONS_VOLUME_UI_ENABLED); in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java7078 public static final String ODI_CAPTIONS_VOLUME_UI_ENABLED = field in Settings.Secure