/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | OneHandedSettingsUtilsTest.java | 42 private static final int OFF = 0; field in OneHandedSettingsUtilsTest 61 Settings.Secure.ONE_HANDED_MODE_ENABLED, OFF, mCurrentUserId)).isEqualTo(ON); in setOneHandedModeEnabled_setEnable_shouldReturnEnabled() local 69 Settings.Secure.ONE_HANDED_MODE_ENABLED, OFF, mCurrentUserId)).isEqualTo(OFF); in setOneHandedModeEnabled_setDisable_shouldReturnDisabled() local 77 Settings.Secure.TAPS_APP_TO_EXIT, OFF, mCurrentUserId)).isEqualTo(ON); in setTapsAppToExitEnabled_setEnable_shouldReturnEnabled() local 85 Settings.Secure.TAPS_APP_TO_EXIT, OFF, mCurrentUserId)).isEqualTo(OFF); in setTapsAppToExitEnabled_setDisable_shouldReturnDisabled() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ShowOnlyUnseenNotificationsOnLockscreenPreferenceControllerTest.java | 78 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in display_configSet_showDisplay() local 86 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 114 LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS, OFF); in setChecked_setTrue_enablesSetting() local
|
D | BubbleNotificationPreferenceControllerTest.java | 103 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in updateState_settingIsOff_preferenceSetUnchecked() local 114 Settings.Global.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in onSwitchChanged_true_settingIsOff_flagShouldOn() local 145 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BUBBLES, OFF); in setChecked_setTrue_enablesSetting() local
|
D | BadgingNotificationPreferenceControllerTest.java | 111 Settings.Secure.putInt(context.getContentResolver(), NOTIFICATION_BADGING, OFF); in updateState_preferenceSetUncheckedWhenSettingIsOff() local 122 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 147 Settings.Secure.putInt(mContext.getContentResolver(), NOTIFICATION_BADGING, OFF); in setChecked_setTrue_enablesSetting() local
|
D | SnoozeNotificationPreferenceControllerTest.java | 77 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 102 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in setChecked_setTrue_enablesSetting() local
|
D | PoliteNotifWorkProfileToggleControllerTest.java | 139 Settings.System.NOTIFICATION_COOLDOWN_ENABLED, OFF, in isChecked_coolDownEnabled_disabledForWorkProfile_shouldReturnFalse() local 148 Settings.System.NOTIFICATION_COOLDOWN_ENABLED, OFF, in setChecked_coolDownEnabled_setTrue_shouldEnablePoliteNotifForWorkProfile() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | CaptioningTogglePreferenceControllerTest.java | 74 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in tearDown() local 96 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in displayPreference_captionDisabled_shouldSetUnchecked() local 118 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, OFF); in performClick_captionDisabled_shouldSetCaptionEnabled() local
|
D | KeyboardStickyKeyPreferenceControllerTest.java | 73 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_STICKY_KEYS, OFF); in isChecked_disableStickyKey_onResumeShouldReturnFalse() local 93 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_STICKY_KEYS, OFF); in performClick_enableStickyKey_shouldReturnTrue() local
|
D | KeyboardBounceKeyPreferenceControllerTest.java | 73 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_BOUNCE_KEYS, OFF); in isChecked_disableBounceKey_onResumeShouldReturnFalse() local 93 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_BOUNCE_KEYS, OFF); in performClick_enableBounceKey_shouldReturnTrue() local
|
D | KeyboardSlowKeyPreferenceControllerTest.java | 73 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_SLOW_KEYS, OFF); in isChecked_disableSlowKey_onResumeShouldReturnFalse() local 93 Settings.Secure.putInt(mContext.getContentResolver(), KEY_ACCESSIBILITY_SLOW_KEYS, OFF); in performClick_enableSlowKey_shouldReturnTrue() local
|
D | AudioDescriptionPreferenceControllerTest.java | 73 Settings.Secure.putInt(mContext.getContentResolver(), KEY_AUDIO_DESCRIPTION, OFF); in isChecked_disableAudioDescription_onResumeShouldReturnFalse() local 93 Settings.Secure.putInt(mContext.getContentResolver(), KEY_AUDIO_DESCRIPTION, OFF); in performClick_enableAudioDescription_shouldReturnTrue() local
|
D | VibrationPreferenceControllerTest.java | 52 private static final int OFF = 0; field in VibrationPreferenceControllerTest 117 Settings.System.putInt(mContext.getContentResolver(), Settings.System.VIBRATE_ON, OFF); in getSummary_vibrateSettingOff_returnsOffText() local
|
D | MagnificationOneFingerPanningPreferenceControllerTest.java | 129 Settings.Secure.putInt(mContext.getContentResolver(), ONE_FINGER_PANNING_KEY, OFF); in isChecked_settingsOff_returnFalse() local 138 Settings.Secure.putInt(mContext.getContentResolver(), ONE_FINGER_PANNING_KEY, OFF); in getSummary_switchModeAndSettingsOff_disabledSummaryTextUsed() local
|
/packages/apps/Settings/tests/componenttests/src/com/android/settings/network/ |
D | AirplaneModePreferenceControllerComponentTest.java | 42 private static final int OFF = 0; field in AirplaneModePreferenceControllerComponentTest 54 Settings.Global.AIRPLANE_MODE_ON, OFF); in setUp() local
|
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
D | AccessibilityShortcutPreferenceControllerTest.java | 66 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, OFF, in isChecked_disabledShortcutOnLockScreen_shouldReturnFalse() local 80 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, OFF, in setChecked_setTrue_shouldEnableShortcutOnLockScreen() local
|
D | ReduceBrightColorsPersistencePreferenceControllerTest.java | 37 private static final int OFF = 0; field in ReduceBrightColorsPersistencePreferenceControllerTest 57 Settings.Secure.putInt(mContext.getContentResolver(), RBC_PERSIST, OFF); in isChecked_disabledRbc_shouldReturnFalse() local
|
D | FontWeightAdjustmentPreferenceControllerTest.java | 41 private static final int OFF = 0; field in FontWeightAdjustmentPreferenceControllerTest 80 Settings.Secure.FONT_WEIGHT_ADJUSTMENT, OFF); in isChecked_disabledBoldText_shouldReturnFalse() local
|
D | PrimaryMonoPreferenceControllerTest.java | 39 private static final int OFF = 0; field in PrimaryMonoPreferenceControllerTest 73 Settings.System.MASTER_MONO, OFF, UserHandle.USER_CURRENT); in isChecked_disabledMonoAudio_shouldReturnFalse() local
|
D | HighTextContrastPreferenceControllerTest.java | 45 private static final int OFF = 0; field in HighTextContrastPreferenceControllerTest 87 Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, OFF); in isChecked_disabledTextContrast_shouldReturnFalse() local
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehicleLightState.java | 31 public static final int OFF = 0; field in VehicleLightState
|
D | VehicleLightSwitch.java | 31 public static final int OFF = 0; field in VehicleLightSwitch
|
/packages/modules/DnsResolver/doh/ |
D | metrics.rs | 38 const OFF: u32 = 1; constant
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | WindshieldWipersState.java | 50 public static final int OFF = 1; field in WindshieldWipersState
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | PoliteNotificationGlobalPreferenceController.java | 31 public static final int OFF = 0; field in PoliteNotificationGlobalPreferenceController
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | LargePointerIconPreferenceController.java | 32 static final int OFF = 0; field in LargePointerIconPreferenceController
|