Home
last modified time | relevance | path

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

/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/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java280 btCallback.onBluetoothStateChange(STATE_OFF, STATE_BLE_TURNING_ON); in transition_offToBleOn()
288 btCallback.onBluetoothStateChange(STATE_BLE_TURNING_ON, STATE_BLE_ON); in transition_offToBleOn()
303 btCallback.onBluetoothStateChange(STATE_BLE_ON, STATE_TURNING_ON); in transition_offToOn()
306 btCallback.onBluetoothStateChange(STATE_TURNING_ON, STATE_ON); in transition_offToOn()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DBluetoothStatusIconController.java112 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/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java376 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange()
385 .onBluetoothStateChange(prevState, currState); in verifyStateChange()
393 verify(cb).onBluetoothStateChange(prevState, currState); in verifyStateChange()
DPhonePolicyTest.java765 mPhonePolicy.onBluetoothStateChange(BluetoothAdapter.STATE_OFF, BluetoothAdapter.STATE_ON); in testAdapterOnAutoConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java75 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in AudioRoutingManager
DActiveDeviceManager.java164 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in ActiveDeviceManager
DPhonePolicy.java99 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in PhonePolicy
DAdapterService.java1204 mRemoteCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState, newState); in updateAdapterState()
1212 e.getValue().execute(() -> e.getKey().onBluetoothStateChange(prevState, newState)); in updateAdapterState()
6654 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java704 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in SapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java1016 public void onBluetoothStateChange(int prevState, int newState) {
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt72 Landroid/bluetooth/BluetoothAdapter$BluetoothStateChangeCallback;->onBluetoothStateChange(Z)V
74 Landroid/bluetooth/BluetoothAdapter$StateChangeCallbackWrapper;->onBluetoothStateChange(Z)V
1412 Landroid/bluetooth/IBluetoothCallback$Stub$Proxy;->onBluetoothStateChange(II)V
1416 Landroid/bluetooth/IBluetoothCallback;->onBluetoothStateChange(II)V
2368 Landroid/bluetooth/IBluetoothStateChangeCallback$Stub$Proxy;->onBluetoothStateChange(Z)V
2372 Landroid/bluetooth/IBluetoothStateChangeCallback;->onBluetoothStateChange(Z)V
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java278 public void onBluetoothStateChange(int prevState, int newState)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java909 public void onBluetoothStateChange(int prevState, int newState) {