/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/service/tests/src/com/android/server/bluetooth/ |
D | BluetoothManagerServiceTest.java | 280 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/ |
D | IBluetoothCallback.aidl | 27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/ |
D | BluetoothStatusIconController.java | 112 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/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 376 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange() 385 .onBluetoothStateChange(prevState, currState); in verifyStateChange() 393 verify(cb).onBluetoothStateChange(prevState, currState); in verifyStateChange()
|
D | PhonePolicyTest.java | 765 mPhonePolicy.onBluetoothStateChange(BluetoothAdapter.STATE_OFF, BluetoothAdapter.STATE_ON); in testAdapterOnAutoConnect()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AudioRoutingManager.java | 75 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in AudioRoutingManager
|
D | ActiveDeviceManager.java | 164 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in ActiveDeviceManager
|
D | PhonePolicy.java | 99 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in PhonePolicy
|
D | AdapterService.java | 1204 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/ |
D | SapService.java | 704 public void onBluetoothStateChange(int prevState, int newState) { in onBluetoothStateChange() method in SapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 1016 public void onBluetoothStateChange(int prevState, int newState) {
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 72 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/ |
D | BluetoothManagerService.java | 278 public void onBluetoothStateChange(int prevState, int newState)
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 909 public void onBluetoothStateChange(int prevState, int newState) {
|