Home
last modified time | relevance | path

Searched defs:bluetoothState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractorTest.kt52 private val bluetoothState = MutableStateFlow(false) constant in com.android.systemui.bluetooth.qsdialog.AudioSharingInteractorTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged()
DCachedBluetoothDeviceManager.java324 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java392 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal()
501 int bluetoothState = msg.arg1; in handleMessage() local
608 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractor.kt56 ) { bluetoothState, deviceItem -> in bluetoothState() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java337 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged()