Searched defs:STATE_ON (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java192 * {@link #STATE_ON},
199 public static final int STATE_ON = 3; field in class:NfcAdapter
621 return sService.getState() == STATE_ON;
631 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
635 * <code>{@link #getAdapterState()} == {@link #STATE_ON}</code>
/frameworks/base/core/java/android/view/
H A DDisplay.java227 public static final int STATE_ON = 2; field in class:Display
726 * @return The state of the display: one of {@link #STATE_OFF}, {@link #STATE_ON},
837 case STATE_ON:
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java120 * {@link #STATE_ON},
130 * {@link #STATE_ON},
142 * clients should wait for {@link #STATE_ON} before attempting to
149 public static final int STATE_ON = 12; field in class:BluetoothAdapter
465 if (getState() != STATE_ON) {
484 if (getState() != STATE_ON) {
498 * <code>getBluetoothState() == STATE_ON</code>
518 * {@link #STATE_ON},
559 * #STATE_ON}. If this call returns false then there was an
592 * #STATE_ON} t
[all...]

Completed in 95 milliseconds