Searched refs:activeDevice (Results 1 – 3 of 3) sorted by relevance
233 @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()256 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()262 callback.onAclConnectionStateChanged(activeDevice, state); in dispatchAclStateChanged()478 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local493 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()516 if (activeDevice == null) { in onReceive()[all …]
124 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged()
408 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged()409 mLogger.logActiveDeviceChanged(getAddressOrNull(activeDevice), bluetoothProfile); in onActiveDeviceChanged()