Home
last modified time | relevance | path

Searched defs:onBluetoothStateChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged() method
H A DCachedBluetoothDeviceManager.java308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler