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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpPlayerSettings.java73 public static final int STATE_ON = 0x01; field in class:BluetoothAvrcpPlayerSettings
H A DBluetoothAdapter.java142 * {@link #STATE_ON},
152 * {@link #STATE_ON},
159 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
170 * clients should wait for {@link #STATE_ON} before attempting to
177 public static final int STATE_ON = 12; field in class:BluetoothAdapter
433 * works in Bluetooth state STATE_ON
446 * works in Bluetooth state STATE_ON
611 * <code>getBluetoothState() == STATE_ON</code>
633 * <p>This returns true if current state is either STATE_ON or STATE_BLE_ON
641 if (state == BluetoothAdapter.STATE_ON) {
[all...]
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java195 * {@link #STATE_ON},
202 public static final int STATE_ON = 3; field in class:NfcAdapter
682 return sService.getState() == STATE_ON;
692 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
696 * <code>{@link #getAdapterState()} == {@link #STATE_ON}</code>
/frameworks/base/core/java/android/view/
H A DDisplay.java262 public static final int STATE_ON = 2; field in class:Display
870 * @return The state of the display: one of {@link #STATE_OFF}, {@link #STATE_ON},
981 case STATE_ON:

Completed in 4329 milliseconds