Home
last modified time | relevance | path

Searched defs:activeDevice (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManager.java232 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged()
260 private void dispatchAclStateChanged(@NonNull CachedBluetoothDevice activeDevice, int state) { in dispatchAclStateChanged()
478 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
515 final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
H A DBluetoothCallback.java123 default void onActiveDeviceChanged( in onActiveDeviceChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java407 public void onActiveDeviceChanged( in onActiveDeviceChanged()