Searched refs:isMutingExpectedDevice (Results 1 – 7 of 7) sorted by relevance
101 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method103 && mMediaDeviceOptional.get().isMutingExpectedDevice(); in isMutingExpectedDevice()
171 if (device.isMutingExpectedDevice() in onBind()
379 mMediaItemList.removeIf((MediaItem::isMutingExpectedDevice)); in cancelMuteAwaitConnection()719 if (needToHandleMutingExpectedDevice && device.isMutingExpectedDevice()) { in categorizeMediaItemsLocked()
464 if (isMutingExpectedDevice()) { in compareTo()466 } else if (another.isMutingExpectedDevice()) { in compareTo()551 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in MediaDevice
134 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in BluetoothMediaDevice
572 if (isBondedMediaDevice(cachedDevice) && isMutingExpectedDevice(cachedDevice)) { in getMutingExpectedDevice()579 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback
342 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(true); in onBindViewHolder_isMutingExpectedDevice_verifyView()645 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(false); in onItemClick_clicksWithMutingExpectedDeviceExist_cancelsMuteAwaitConnection()