Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java233 @Nullable CachedBluetoothDevice activeDevice, in dispatchActiveDeviceChanged()
237 boolean isActive = Objects.equals(cachedDevice, activeDevice); in dispatchActiveDeviceChanged()
240 isActive = Objects.equals(memberCachedDevice, activeDevice); in dispatchActiveDeviceChanged()
244 + activeDevice.getDevice().getAnonymizedAddress() in dispatchActiveDeviceChanged()
247 activeDevice = cachedDevice; in dispatchActiveDeviceChanged()
255 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()
259 private void dispatchAclStateChanged(@NonNull CachedBluetoothDevice activeDevice, int state) { in dispatchAclStateChanged() argument
261 callback.onAclConnectionStateChanged(activeDevice, state); in dispatchAclStateChanged()
477 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
492 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()
[all …]
DBluetoothCallback.java124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java399 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()
400 mLogger.logActiveDeviceChanged(getAddressOrNull(activeDevice), bluetoothProfile); in onActiveDeviceChanged()