Home
last modified time | relevance | path

Searched refs:hasMutingExpectedDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java148 boolean isMutingExpectedDeviceExist = mController.hasMutingExpectedDevice(); in onBind()
DMediaOutputController.java366 public boolean hasMutingExpectedDevice() { in hasMutingExpectedDevice() method in MediaOutputController
651 hasMutingExpectedDevice() && !isCurrentConnectedDeviceRemote(); in buildMediaItems()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputAdapterTest.java329 when(mMediaOutputController.hasMutingExpectedDevice()).thenReturn(true); in onBindViewHolder_bindConnectedDeviceWithMutingExpectedDeviceExist_verifyView()
643 when(mMediaOutputController.hasMutingExpectedDevice()).thenReturn(true); in onItemClick_clicksWithMutingExpectedDeviceExist_cancelsMuteAwaitConnection()