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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java191 * {@link #STATE_ON},
198 public static final int STATE_ON = 3; field in class:NfcAdapter
599 return sService.getState() == STATE_ON;
609 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
613 * <code>{@link #getAdapterState()} == {@link #STATE_ON}</code>
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java113 * {@link #STATE_ON},
123 * {@link #STATE_ON},
135 * clients should wait for {@link #STATE_ON} before attempting to
142 public static final int STATE_ON = 12; field in class:BluetoothAdapter
443 * <code>getBluetoothState() == STATE_ON</code>
463 * {@link #STATE_ON},
504 * #STATE_ON}. If this call returns false then there was an
537 * #STATE_ON} to {@link #STATE_TURNING_OFF}, and some time
539 * #STATE_ON}. If this call returns false then there was an
629 if (getState() != STATE_ON) retur
[all...]

Completed in 139 milliseconds