Home
last modified time | relevance | path

Searched refs:isMutingExpectedDevice (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaItem.java101 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method
103 && mMediaDeviceOptional.get().isMutingExpectedDevice(); in isMutingExpectedDevice()
DMediaOutputAdapter.java171 if (device.isMutingExpectedDevice() in onBind()
DMediaOutputController.java379 mMediaItemList.removeIf((MediaItem::isMutingExpectedDevice)); in cancelMuteAwaitConnection()
719 if (needToHandleMutingExpectedDevice && device.isMutingExpectedDevice()) { in categorizeMediaItemsLocked()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DMediaDevice.java464 if (isMutingExpectedDevice()) { in compareTo()
466 } else if (another.isMutingExpectedDevice()) { in compareTo()
551 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in MediaDevice
DBluetoothMediaDevice.java134 public boolean isMutingExpectedDevice() { in isMutingExpectedDevice() method in BluetoothMediaDevice
DLocalMediaManager.java572 if (isBondedMediaDevice(cachedDevice) && isMutingExpectedDevice(cachedDevice)) { in getMutingExpectedDevice()
579 private boolean isMutingExpectedDevice(CachedBluetoothDevice cachedDevice) { in isMutingExpectedDevice() method in LocalMediaManager.MediaDeviceCallback
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputAdapterTest.java342 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(true); in onBindViewHolder_isMutingExpectedDevice_verifyView()
645 when(mMediaDevice1.isMutingExpectedDevice()).thenReturn(false); in onItemClick_clicksWithMutingExpectedDeviceExist_cancelsMuteAwaitConnection()