/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/accessibility/ |
D | ShowCaptionsSwitchPreferenceControllerTest.java | 57 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()
|
D | CaptionSettingsPreferenceControllerTest.java | 59 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/ |
D | CaptioningTogglePreferenceControllerTest.java | 74 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()
|
D | CaptioningEdgeColorControllerTest.java | 97 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 103 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningTypefaceControllerTest.java | 92 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onPreferenceChange_shouldSetCaptionEnabled() 98 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onPreferenceChange_shouldSetCaptionEnabled()
|
D | CaptioningBackgroundOpacityControllerTest.java | 99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningForegroundOpacityControllerTest.java | 99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningEdgeTypeControllerTest.java | 99 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 105 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningFontSizeControllerTest.java | 102 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onPreferenceChange_shouldSetCaptionEnabled() 108 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onPreferenceChange_shouldSetCaptionEnabled()
|
D | CaptioningWindowOpacityControllerTest.java | 102 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 108 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningPresetControllerTest.java | 107 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 113 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningForegroundColorControllerTest.java | 123 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 129 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningBackgroundColorControllerTest.java | 123 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 129 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptioningWindowColorControllerTest.java | 129 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in onValueChanged_shouldSetCaptionEnabled() 135 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in onValueChanged_shouldSetCaptionEnabled()
|
D | CaptionHelperTest.java | 128 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in enableCaptioningManager_shouldSetCaptionEnabled() 139 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF) == ON; in disableCaptioningManager_shouldSetCaptionDisabled()
|
D | CaptioningPreferenceControllerTest.java | 74 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? ON : OFF); in setCaptioningEnabled()
|
D | CaptioningMoreOptionsFragmentTest.java | 113 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? 1 : 0); in setCaptioningEnabled()
|
/packages/apps/Car/Settings/src/com/android/car/settings/accessibility/ |
D | ShowCaptionsSwitchPreferenceController.java | 43 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) != 0); in updateState() 51 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, captionsEnabled ? 1 : 0); in handlePreferenceChanged()
|
D | CaptionSettingsPreferenceController.java | 54 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) != 0; in getSummary()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptioningPreferenceController.java | 39 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, in getSummary()
|
D | CaptioningMoreOptionsFragment.java | 64 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, 0) == 1;
|
D | CaptionHelper.java | 67 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, enabled ? ON : OFF); in setEnabled()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | CaptionFragment.java | 216 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/ |
D | SettingsCompat.java | 79 public static final String ACCESSIBILITY_CAPTIONING_ENABLED = field in SettingsCompat
|