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

/frameworks/rs/java/tests/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;
249 mState = STATE_OFF;
254 if (mState != STATE_OFF) {
258 mState = STATE_OFF;
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java190 * {@link #STATE_OFF},
197 public static final int STATE_OFF = 1; field in class:NfcAdapter
632 * {@link #STATE_OFF}, {@link #STATE_TURNING_OFF}.
646 return NfcAdapter.STATE_OFF;
/frameworks/base/core/java/android/view/
H A DDisplay.java220 public static final int STATE_OFF = 1; field in class:Display
726 * @return The state of the display: one of {@link #STATE_OFF}, {@link #STATE_ON},
835 case STATE_OFF:
854 return state == STATE_OFF || state == STATE_DOZE_SUSPEND;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java118 * {@link #STATE_OFF},
128 * {@link #STATE_OFF},
139 public static final int STATE_OFF = 10; field in class:BluetoothAdapter
516 * {@link #STATE_OFF},
537 if (DBG) Log.d(TAG, "" + hashCode() + ": getState() : mService = null. Returning STATE_OFF");
538 return STATE_OFF;
557 * #STATE_OFF} to {@link #STATE_TURNING_ON}, and some time
558 * later transition to either {@link #STATE_OFF} or {@link
593 * later transition to either {@link #STATE_OFF} or {@link

Completed in 1492 milliseconds