Searched refs:isMutingExpectedDevice (Results 1 – 7 of 7) sorted by relevance
89 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in MediaItem91 && mMediaDeviceOptional.get().isMutingExpectedDevice(); in isMutingExpectedDevice()
336 mMediaDevices.removeIf(MediaDevice::isMutingExpectedDevice); in cancelMuteAwaitConnection()337 mMediaItemList.removeIf((MediaItem::isMutingExpectedDevice)); in cancelMuteAwaitConnection()601 if (device.isMutingExpectedDevice()) { in buildDefaultMediaDevices()708 if (needToHandleMutingExpectedDevice && device.isMutingExpectedDevice()) { in categorizeMediaItems()
183 if (device.isMutingExpectedDevice() in onBind()
397 if (isMutingExpectedDevice()) { in compareTo()399 } else if (another.isMutingExpectedDevice()) { in compareTo()484 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in MediaDevice
108 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in BluetoothMediaDevice
586 if (isBondedMediaDevice(cachedDevice) && isMutingExpectedDevice(cachedDevice)) { in getMutingExpectedDevice()595 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback
335 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(true); in onBindViewHolder_isMutingExpectedDevice_verifyView()532 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(false); in onItemClick_clicksWithMutingExpectedDeviceExist_cancelsMuteAwaitConnection()