Home
last modified time | relevance | path

Searched defs:bluetoothState (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()
H A DCachedBluetoothDeviceManager.java308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java386 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal()
495 int bluetoothState = msg.arg1; in handleMessage() local
602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged()