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.java25 void onBluetoothStateChanged(int bluetoothState); in onBluetoothStateChanged()
DCachedBluetoothDeviceManager.java152 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java376 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal()
485 int bluetoothState = msg.arg1; in handleMessage() local
592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java200 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()