Home
last modified time | relevance | path

Searched refs:onBluetoothStateChange (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java390 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_ON, STATE_BLE_ON); in transition_offToBleOn()
401 btCallback.onBluetoothStateChange(STATE_BLE_ON, STATE_TURNING_ON); in transition_offToOn()
406 btCallback.onBluetoothStateChange(STATE_TURNING_ON, STATE_ON); in transition_offToOn()
417 btCallback.onBluetoothStateChange(STATE_TURNING_OFF, STATE_BLE_ON); in transition_onToBleOn()
426 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_OFF, STATE_OFF); in transition_onToOff()
447 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_ON, STATE_BLE_ON); in enable_whileTurningToBleOn_shouldEnable()
471 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_ON, STATE_BLE_ON); in enable_whileNotYetBoundToBle_shouldEnable()
515 btCallback.onBluetoothStateChange(STATE_OFF, STATE_BLE_TURNING_ON); in crash_whileTransitionState_canRecover()
525 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_ON, STATE_BLE_ON); in crash_whileTransitionState_canRecover()
587 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_OFF, STATE_OFF); in disable_whenBinding_bluetoothShouldStop_old()
[all …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/
DBluetoothStatusIconControllerTest.java92 mBluetoothStatusIconController.onBluetoothStateChange(/* enabled= */ false); in onBluetoothStateChange_notEnabled_showsBluetoothOff()
103 mBluetoothStatusIconController.onBluetoothStateChange(/* enabled= */ true); in onBluetoothDevicesChanged_enabled_deviceConnected_showsBluetoothOnConnected()
114 mBluetoothStatusIconController.onBluetoothStateChange(/* enabled= */ true); in onBluetoothDevicesChanged_enabled_noDeviceConnected_showsBluetoothOnDisconnected()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCallback.aidl26 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DBluetoothStatusIconController.java115 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in BluetoothStatusIconController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
DConnectedDeviceSignalController.java149 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in ConnectedDeviceSignalController
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/btservice/
DAdapterServiceTest.java351 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange()
360 .onBluetoothStateChange(prevState, currState); in verifyStateChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java375 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange()
384 .onBluetoothStateChange(prevState, currState); in verifyStateChange()
392 verify(cb).onBluetoothStateChange(prevState, currState); in verifyStateChange()
DPhonePolicyTest.java665 mPhonePolicy.onBluetoothStateChange(BluetoothAdapter.STATE_OFF, BluetoothAdapter.STATE_ON); in testAdapterOnAutoConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java692 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in SapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java172 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in ActiveDeviceManager
DPhonePolicy.java120 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in PhonePolicy
DAdapterService.java1205 (c) -> c.onBluetoothStateChange(from, to)); in updateAdapterState()
1208 e.getValue().execute(() -> e.getKey().onBluetoothStateChange(from, to)); in updateAdapterState()
4776 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java943 public void onBluetoothStateChange(int prevState, int newState) {
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java217 public void onBluetoothStateChange(int prevState, int newState) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java871 public void onBluetoothStateChange(int prevState, int newState) {