Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_CAPTIONING_ENABLED (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/accessibility/
DShowCaptionsSwitchPreferenceControllerTest.java57 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0); in tearDown()
63 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0); in testRefreshUi_captionsDisabled_switchSetToOff()
73 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 1); in testRefreshUi_captionsEnabled_switchSetToOn()
83 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0); in testSwitchedSetOn_setsSystemCaptionSettingsEnabled()
89 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0)).isEqualTo(1); in testSwitchedSetOn_setsSystemCaptionSettingsEnabled()
95 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 1); in testSwitchedSetOff_setsSystemCaptionSettingsDisabled()
101 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, -1)).isEqualTo(0); in testSwitchedSetOff_setsSystemCaptionSettingsDisabled()
DCaptionSettingsPreferenceControllerTest.java59 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0); in tearDown()
65 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0); in testRefreshUi_captionsDisabled_summarySetToOff()
76 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 1); in testRefreshUi_captionsEnabled_summarySetToOn()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptioningTogglePreferenceControllerTest.java74 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in tearDown()
86 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, ON); in displayPreference_captionEnabled_shouldSetChecked()
96 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in displayPreference_captionDisabled_shouldSetUnchecked()
106 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, ON); in performClick_captionEnabled_shouldSetCaptionDisabled()
118 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in performClick_captionDisabled_shouldSetCaptionEnabled()
165 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in isCaptionEnabled()
DCaptioningEdgeColorControllerTest.java97 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
103 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningTypefaceControllerTest.java92 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onPreferenceChange_shouldSetCaptionEnabled()
98 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onPreferenceChange_shouldSetCaptionEnabled()
DCaptioningBackgroundOpacityControllerTest.java99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningForegroundOpacityControllerTest.java99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningEdgeTypeControllerTest.java99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningFontSizeControllerTest.java102 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onPreferenceChange_shouldSetCaptionEnabled()
108 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onPreferenceChange_shouldSetCaptionEnabled()
DCaptioningWindowOpacityControllerTest.java102 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
108 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningPresetControllerTest.java107 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
113 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningForegroundColorControllerTest.java123 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
129 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningBackgroundColorControllerTest.java123 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
129 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptioningWindowColorControllerTest.java129 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled()
135 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
DCaptionHelperTest.java128 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in enableCaptioningManager_shouldSetCaptionEnabled()
139 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in disableCaptioningManager_shouldSetCaptionDisabled()
DCaptioningPreferenceControllerTest.java74 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? ON : OFF); in setCaptioningEnabled()
DCaptioningMoreOptionsFragmentTest.java113 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? 1 : 0); in setCaptioningEnabled()
/packages/apps/Car/Settings/src/com/android/car/settings/accessibility/
DShowCaptionsSwitchPreferenceController.java43 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) != 0); in updateState()
51 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, captionsEnabled ? 1 : 0); in handlePreferenceChanged()
DCaptionSettingsPreferenceController.java54 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) != 0; in getSummary()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningPreferenceController.java39 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, in getSummary()
DCaptioningMoreOptionsFragment.java64 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) == 1;
DCaptionHelper.java67 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? ON : OFF); in setEnabled()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java216 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) != 0; in getCaptionsEnabled()
221 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? 1 : 0); in setCaptionsEnabled()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DSettingsCompat.java79 public static final String ACCESSIBILITY_CAPTIONING_ENABLED = field in SettingsCompat