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

1 2

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 63 if ((state == BluetoothAdapter.STATE_TURNING_ON)
BluetoothPbapService.java 386 if ((state != BluetoothAdapter.STATE_TURNING_ON) &&
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
BluetoothOppHandover.java 35 static final int STATE_TURNING_ON = 1;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 205 ? BluetoothAdapter.STATE_TURNING_ON
RequestPermissionHelperActivity.java 112 if (btState == BluetoothAdapter.STATE_TURNING_ON
BluetoothEnabler.java 130 case BluetoothAdapter.STATE_TURNING_ON:
DockEventReceiver.java 112 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 357 case BluetoothAdapter.STATE_TURNING_ON:
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 127 case NfcAdapter.STATE_TURNING_ON:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 137 || BluetoothAdapter.STATE_TURNING_ON == previousState)) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 189 assertEquals(BluetoothAdapter.STATE_TURNING_ON, state);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 156 case BluetoothAdapter.STATE_TURNING_ON:
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 67 // "5-state": STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON, STATE_TURNING_OFF, STATE_UNKNOWN
70 private static final int STATE_TURNING_ON = 2;
259 * @param newState one of STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON,
273 case STATE_TURNING_ON:
428 return STATE_TURNING_ON;
498 case BluetoothAdapter.STATE_TURNING_ON:
499 return STATE_TURNING_ON;
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 278 assertEquals(BluetoothAdapter.STATE_TURNING_ON, state);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 156 case BluetoothAdapter.STATE_TURNING_ON:
157 return "STATE_TURNING_ON";
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 241 if ((state != BluetoothAdapter.STATE_TURNING_ON) &&
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 131 notifyAdapterStateChange(BluetoothAdapter.STATE_TURNING_ON);
AdapterProperties.java 582 if (getState() == BluetoothAdapter.STATE_TURNING_ON &&
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 131 case BluetoothAdapter.STATE_TURNING_ON:
436 case BluetoothAdapter.STATE_TURNING_ON:
496 case BluetoothAdapter.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
447 * mState to STATE_TURNING_OFF or STATE_TURNING_ON, but must exit in
470 case NfcAdapter.STATE_TURNING_ON:
525 updateState(NfcAdapter.STATE_TURNING_ON);
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 191 * {@link #STATE_TURNING_ON},
198 public static final int STATE_TURNING_ON = 2;
631 * <p>Returns one of {@link #STATE_ON}, {@link #STATE_TURNING_ON},
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 422 } else if (btState == BluetoothAdapter.STATE_TURNING_ON) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 119 * {@link #STATE_TURNING_ON},
129 * {@link #STATE_TURNING_ON},
145 public static final int STATE_TURNING_ON = 11;
517 * {@link #STATE_TURNING_ON},
533 // TODO(BT) there might be a small gap during STATE_TURNING_ON that
557 * #STATE_OFF} to {@link #STATE_TURNING_ON}, and some time
    [all...]

Completed in 2074 milliseconds

1 2