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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java189 * {@link #STATE_ON},
200 public static final int STATE_ON = 3; field in class:NfcAdapter
502 return sService.getState() == STATE_ON;
512 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
516 * <code>{@link #getAdapterState()} == {@link #STATE_ON}</code>
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java107 * {@link #STATE_ON},
117 * {@link #STATE_ON},
129 * clients should wait for {@link #STATE_ON} before attempting to
136 public static final int STATE_ON = 12; field in class:BluetoothAdapter
437 * <code>getBluetoothState() == STATE_ON</code>
457 * {@link #STATE_ON},
498 * #STATE_ON}. If this call returns false then there was an
531 * #STATE_ON} to {@link #STATE_TURNING_OFF}, and some time
533 * #STATE_ON}. If this call returns false then there was an
604 if (getState() != STATE_ON) retur
[all...]

Completed in 2173 milliseconds