Searched refs:equalTypeAddress (Results 1 – 7 of 7) sorted by relevance
172 if (listenerInfo.mDevice.equalTypeAddress(device)) { in dispatchDeviceVolumeChanged()188 if (listenerInfo.mDevice.equalTypeAddress(device)) { in dispatchDeviceVolumeAdjusted()327 mDeviceVolumeListeners.removeIf(info -> info.mDevice.equalTypeAddress(device)); in baseSetDeviceAbsoluteMultiVolumeBehavior()
307 public boolean equalTypeAddress(@Nullable Object o) { in equalTypeAddress() method in AudioDeviceAttributes
107 Assert.assertFalse(compatDevices.stream().anyMatch(dev -> dev.equalTypeAddress(dev2))); in testAdiDeviceStateSettings()
286 ArgumentMatchers.argThat(x -> x.equalTypeAddress(expected)), in checkSingleSystemConnection()
1785 if (ada.equalTypeAddress(communicationDevice)) {
10531 if (!ada.equalTypeAddress(mMutingExpectedDevice)) { in cancelMuteAwaitConnection()
6852 method public boolean equalTypeAddress(@Nullable Object);