Home
last modified time | relevance | path

Searched defs:onActiveDeviceChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java31 void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile); in onActiveDeviceChanged() method
DCachedBluetoothDeviceManager.java311 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() method in CachedBluetoothDeviceManager
DCachedBluetoothDevice.java517 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) { in onActiveDeviceChanged() method in CachedBluetoothDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java281 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java612 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() method in KeyboardUI.BluetoothCallbackHandler