Searched defs:STATE_OFF (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpPlayerSettings.java66 public static final int STATE_OFF = 0x00; field in class:BluetoothAvrcpPlayerSettings
H A DBluetoothAdapter.java142 * {@link #STATE_OFF},
152 * {@link #STATE_OFF},
161 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
169 public static final int STATE_OFF = 10; field in class:BluetoothAdapter
210 case STATE_OFF: return "OFF";
737 * to STATE_OFF and completely shut-down Bluetooth
750 * #STATE_OFF} based on the existance of the further Always BLE ON enabled applications
797 * LE is available, or will transition from {@link #STATE_OFF} to {@link #STATE_BLE_TURNING_ON},
798 * and some time later transition to either {@link #STATE_OFF} or {@link #STATE_BLE_ON}.
834 * {@link #STATE_OFF},
[all...]
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java83 private static final int STATE_OFF = 0; field in class:CameraPreviewActivity
86 private int mState = STATE_OFF;
250 mState = STATE_OFF;
255 if (mState != STATE_OFF) {
259 mState = STATE_OFF;
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java193 * {@link #STATE_OFF},
200 public static final int STATE_OFF = 1; field in class:NfcAdapter
710 * {@link #STATE_OFF}, {@link #STATE_TURNING_OFF}.
724 return NfcAdapter.STATE_OFF;
/frameworks/base/core/java/android/view/
H A DDisplay.java276 public static final int STATE_OFF = 1; field in class:Display
996 * @return The state of the display: one of {@link #STATE_OFF}, {@link #STATE_ON},
1106 case STATE_OFF:
1127 return state == STATE_OFF || state == STATE_DOZE_SUSPEND;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java78 public static final int STATE_OFF = 2; field in class:ZenModePanel
252 case STATE_OFF:

Completed in 3324 milliseconds