Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java453 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
465 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()
469 private void dispatchActiveDeviceChanged(CachedBluetoothDevice activeDevice, in dispatchActiveDeviceChanged() argument
471 mDeviceManager.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()
474 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()
DBluetoothCallback.java31 void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile); in onActiveDeviceChanged() argument
DCachedBluetoothDeviceManager.java311 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() argument
314 boolean isActive = Objects.equals(cachedDevice, activeDevice); in onActiveDeviceChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java281 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java612 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() argument