Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged()
DCachedBluetoothDeviceManager.java308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged()