HomeSort by relevance Sort by last modified time
    Searched refs:STATE_TURNING_ON (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 30 static final int STATE_TURNING_ON = 1;
98 mState = STATE_TURNING_ON;
142 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action) && mState == STATE_TURNING_ON) {
BluetoothHeadsetHandover.java 59 static final int STATE_TURNING_ON = 1;
189 mState = STATE_TURNING_ON;
197 case STATE_TURNING_ON:
260 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action) && mState == STATE_TURNING_ON) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 60 if ((state == BluetoothAdapter.STATE_TURNING_ON)
  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 196 broadcastState(BluetoothAdapter.STATE_TURNING_ON);
219 broadcastState(BluetoothAdapter.STATE_TURNING_ON);
374 broadcastState(BluetoothAdapter.STATE_TURNING_ON);
401 broadcastState(BluetoothAdapter.STATE_TURNING_ON);
450 if (mPublicState == BluetoothAdapter.STATE_TURNING_ON) {
477 if (mPublicState != BluetoothAdapter.STATE_TURNING_ON) {
665 broadcastState(BluetoothAdapter.STATE_TURNING_ON);
    [all...]
BluetoothBondState.java 111 BluetoothAdapter.STATE_TURNING_ON) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 120 case BluetoothAdapter.STATE_TURNING_ON:
LocalBluetoothAdapter.java 205 ? BluetoothAdapter.STATE_TURNING_ON
DockEventReceiver.java 109 if (btState != BluetoothAdapter.STATE_TURNING_ON) {
RequestPermissionHelperActivity.java 118 if (btState == BluetoothAdapter.STATE_TURNING_ON
RequestPermissionActivity.java 108 case BluetoothAdapter.STATE_TURNING_ON:
110 * Strictly speaking STATE_TURNING_ON belong with STATE_ON;
BluetoothSettings.java 322 case BluetoothAdapter.STATE_TURNING_ON:
DockService.java 781 if (btState != BluetoothAdapter.STATE_TURNING_ON) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 120 case NfcAdapter.STATE_TURNING_ON:
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 66 // "5-state": STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON, STATE_TURNING_OFF, STATE_UNKNOWN
69 private static final int STATE_TURNING_ON = 2;
235 * @param newState one of STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON,
249 case STATE_TURNING_ON:
402 return STATE_TURNING_ON;
470 case BluetoothAdapter.STATE_TURNING_ON:
471 return STATE_TURNING_ON;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 137 || BluetoothAdapter.STATE_TURNING_ON == previousState)) {
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 150 case BluetoothAdapter.STATE_TURNING_ON:
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 270 assertEquals(BluetoothAdapter.STATE_TURNING_ON, adapter.getState());
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 130 case BluetoothAdapter.STATE_TURNING_ON:
435 case BluetoothAdapter.STATE_TURNING_ON:
495 case BluetoothAdapter.STATE_TURNING_ON:
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 188 * {@link #STATE_TURNING_ON},
198 public static final int STATE_TURNING_ON = 2;
512 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 197 int mState; // one of NfcAdapter.STATE_ON, STATE_TURNING_ON, etc
429 * mState to STATE_TURNING_OFF or STATE_TURNING_ON, but must exit in
454 case NfcAdapter.STATE_TURNING_ON:
513 updateState(NfcAdapter.STATE_TURNING_ON);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 104 * {@link #STATE_TURNING_ON},
114 * {@link #STATE_TURNING_ON},
130 public static final int STATE_TURNING_ON = 11;
445 * {@link #STATE_TURNING_ON},
475 * #STATE_OFF} to {@link #STATE_TURNING_ON}, and some time
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 392 } else if (btState == BluetoothAdapter.STATE_TURNING_ON) {
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 412 milliseconds

1 2