| /packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/ |
| D | BluetoothManagerServiceTest.java | 390 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/ |
| D | BluetoothStatusIconControllerTest.java | 92 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/ |
| D | IBluetoothCallback.aidl | 26 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
|
| /packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/ |
| D | BluetoothStatusIconController.java | 115 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in BluetoothStatusIconController
|
| /packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/ |
| D | ConnectedDeviceSignalController.java | 149 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in ConnectedDeviceSignalController
|
| /packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/btservice/ |
| D | AdapterServiceTest.java | 351 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/ |
| D | AdapterServiceTest.java | 375 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange() 384 .onBluetoothStateChange(prevState, currState); in verifyStateChange() 392 verify(cb).onBluetoothStateChange(prevState, currState); in verifyStateChange()
|
| D | PhonePolicyTest.java | 665 mPhonePolicy.onBluetoothStateChange(BluetoothAdapter.STATE_OFF, BluetoothAdapter.STATE_ON); in testAdapterOnAutoConnect()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
| D | SapService.java | 692 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in SapService
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
| D | ActiveDeviceManager.java | 172 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in ActiveDeviceManager
|
| D | PhonePolicy.java | 120 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in PhonePolicy
|
| D | AdapterService.java | 1205 (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/ |
| D | TbsGatt.java | 943 public void onBluetoothStateChange(int prevState, int newState) {
|
| /packages/modules/Bluetooth/service/src/com/android/server/bluetooth/ |
| D | BluetoothManagerService.java | 217 public void onBluetoothStateChange(int prevState, int newState) {
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
| D | MediaControlGattService.java | 871 public void onBluetoothStateChange(int prevState, int newState) {
|