Searched defs:OFF (Results 1 - 18 of 18) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DFeatureUtils.java95 public static final Feature OFF = new Feature() { field in class:FeatureUtils
/packages/apps/Settings/src/com/android/settings/display/
H A DAmbientDisplayAlwaysOnPreferenceController.java38 private final int OFF = 0; field in class:AmbientDisplayAlwaysOnPreferenceController
73 int enabled = (boolean) newValue ? ON : OFF;
H A DAmbientDisplayNotificationsPreferenceController.java41 private final int OFF = 0; field in class:AmbientDisplayNotificationsPreferenceController
78 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, value ? ON : OFF);
/packages/apps/Settings/src/com/android/settings/gestures/
H A DDoubleTapPowerPreferenceController.java36 private final int OFF = 1; field in class:DoubleTapPowerPreferenceController
76 Settings.Secure.putInt(mContext.getContentResolver(), SECURE_KEY, enabled ? ON : OFF);
H A DDoubleTapScreenPreferenceController.java38 private final int OFF = 0; field in class:DoubleTapScreenPreferenceController
76 Settings.Secure.putInt(mContext.getContentResolver(), SECURE_KEY, enabled ? ON : OFF);
H A DDoubleTwistPreferenceController.java38 private final int OFF = 0; field in class:DoubleTwistPreferenceController
88 final int enabled = (boolean) newValue ? ON : OFF;
H A DPickupGesturePreferenceController.java38 private final int OFF = 0; field in class:PickupGesturePreferenceController
87 SECURE_KEY, enabled ? ON : OFF);
H A DSwipeToNotificationPreferenceController.java32 private static final int OFF = 0; field in class:SwipeToNotificationPreferenceController
83 return Settings.Secure.getInt(context.getContentResolver(), SECURE_KEY, OFF) == ON;
88 context.getContentResolver(), SECURE_KEY, isEnabled ? ON : OFF);
H A DAssistGestureSettingsPreferenceController.java46 private static final int OFF = 0; field in class:AssistGestureSettingsPreferenceController
142 enabled ? ON : OFF);
/packages/apps/Settings/src/com/android/settings/search/
H A DInlineSwitchPayload.java30 private static final int OFF = 0; field in class:InlineSwitchPayload
66 if (value != OFF && value != ON) {
68 + ON + " or " + OFF
/packages/apps/Settings/src/com/android/settings/notification/
H A DBadgingNotificationPreferenceController.java49 private static final int OFF = 0; field in class:BadgingNotificationPreferenceController
102 NOTIFICATION_BADGING, val ? ON : OFF);
/packages/services/Car/evs/app/
H A DEvsStateControl.h54 OFF = 0, enumerator in enum:EvsStateControl::State
94 State mCurrentState = OFF;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioModeStateMachineTest.java47 public int expectedRingingInteraction; // NO_CHANGE, ON, or OFF
48 public int expectedCallWaitingInteraction; // NO_CHANGE, ON, or OFF
88 private static final int OFF = 1; field in class:CallAudioModeStateMachineTest
192 OFF // expectedCallWaitingInteraction
229 OFF, // expectedRingingInteraction
305 OFF, // expectedRingingInteraction
325 OFF // expectedCallWaitingInteraction
420 OFF // expectedCallWaitingInteraction
458 OFF, // expectedRingingInteraction
517 OFF // expectedCallWaitingInteractio
[all...]
H A DCallAudioRouteStateMachineTest.java70 private static final int OFF = 2; field in class:CallAudioRouteStateMachineTest
77 public int speakerInteraction; // one of NONE, ON, or OFF
78 public int bluetoothInteraction; // one of NONE, ON, or OFF
423 OFF, // bluetoothInteraction
435 OFF, // speakerInteraction
539 OFF, // speakerInteraction
553 OFF, // bluetoothInteraction
566 OFF, // bluetoothInteraction
579 OFF, // bluetoothInteraction
644 OFF, // bluetoothInteractio
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DButtonManager.java55 public static final int OFF = 0; field in class:ButtonManager
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCamera.java296 AUTO("auto"), OFF("off"), ON("on"); enum constant in enum:OneCamera.PhotoCaptureParameters.Flash
320 } else if (OFF.encodeSettingsString().equals(setting)) {
321 return OFF;
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 1294 milliseconds