Home
last modified time | relevance | path

Searched refs:onBluetoothStateChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java25 void onBluetoothStateChanged(int bluetoothState); in onBluetoothStateChanged() method
DCachedBluetoothDeviceManager.java152 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
DBluetoothEventManager.java161 callback.onBluetoothStateChanged(state); in onReceive()
165 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java58 onBluetoothStateChanged( in BluetoothControllerImpl()
194 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler