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

1 2 3

  /packages/apps/Settings/src/com/android/settings/nfc/
NfcEnabler.java 46 case NfcAdapter.STATE_TURNING_ON:
AndroidBeamEnabler.java 71 case NfcAdapter.STATE_TURNING_ON:
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BleEnum.py 96 STATE_TURNING_ON = 11
BtEnum.py 30 STATE_TURNING_ON = 11
  /packages/apps/Nfc/src/com/android/nfc/beam/
BluetoothOppHandover.java 37 static final int STATE_TURNING_ON = 1;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
NfcPreferenceControllerTest.java 115 when(mNfcAdapter.getAdapterState()).thenReturn(NfcAdapter.STATE_TURNING_ON);
130 when(mNfcAdapter.getAdapterState()).thenReturn(NfcAdapter.STATE_TURNING_ON);
AndroidBeamPreferenceControllerTest.java 131 when(mNfcAdapter.getAdapterState()).thenReturn(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/DeviceOwner/src/com/android/cts/deviceowner/
BluetoothRestrictionTest.java 238 assertEquals(BluetoothAdapter.STATE_TURNING_ON, state);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 189 assertEquals(BluetoothAdapter.STATE_TURNING_ON, state);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 232 ? BluetoothAdapter.STATE_TURNING_ON
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
AdapterServiceTest.java 170 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_TURNING_ON,
183 verifyStateChange(BluetoothAdapter.STATE_TURNING_ON, BluetoothAdapter.STATE_ON,
364 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_TURNING_ON, 1,
373 verifyStateChange(BluetoothAdapter.STATE_TURNING_ON, BluetoothAdapter.STATE_TURNING_OFF, 1,
  /packages/apps/Settings/tests/unit/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 157 case BluetoothAdapter.STATE_TURNING_ON:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 93 case BluetoothAdapter.STATE_TURNING_ON: {
111 case BluetoothAdapter.STATE_TURNING_ON: {
113 * Strictly speaking STATE_TURNING_ON belong with STATE_ON;
BluetoothEnabler.java 137 case BluetoothAdapter.STATE_TURNING_ON:
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothSummaryUpdaterTest.java 168 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON);
195 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON);
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 72 // "5-state": STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON, STATE_TURNING_OFF, STATE_UNKNOWN
75 private static final int STATE_TURNING_ON = 2;
264 * @param newState one of STATE_DISABLED, STATE_ENABLED, STATE_TURNING_ON,
278 case STATE_TURNING_ON:
436 return STATE_TURNING_ON;
509 case BluetoothAdapter.STATE_TURNING_ON:
510 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/
ObexServerSockets.java 150 if ((state != BluetoothAdapter.STATE_TURNING_ON) && (state
Utils.java 171 case BluetoothAdapter.STATE_TURNING_ON:
172 return "STATE_TURNING_ON";
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 284 return BluetoothAdapter.STATE_TURNING_ON;
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 183 case BluetoothAdapter.STATE_TURNING_ON:
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 221 if ((btState == BluetoothAdapter.STATE_TURNING_ON || btState == BluetoothAdapter.STATE_ON)
228 if (btState == BluetoothAdapter.STATE_TURNING_ON) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 235 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON;

Completed in 380 milliseconds

1 2 3