Home
last modified time | relevance | path

Searched refs:getSelectableMediaDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputAdapterTest.java233 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onBindViewHolder_bindConnectedRemoteDevice_verifyView()
252 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onBindViewHolder_bindConnectedRemoteDevice_verifyContentDescriptionNotNull()
266 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onBindViewHolder_bindSingleConnectedRemoteDevice_verifyView()
286 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onBindViewHolder_bindConnectedRemoteDeviceWithOnGoingSession_verifyView()
308 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onBindViewHolder_bindConnectedRemoteDeviceWithHostOnGoingSession_verifyView()
388 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn(selectableDevices); in onBindViewHolder_bindSelectableDevice_verifyView()
657 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn(selectableDevices); in onGroupActionTriggered_clicksEndAreaOfSelectableDevice_triggerGrouping()
669 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn( in onGroupActionTriggered_clickSelectedRemoteDevice_triggerUngrouping()
694 when(mMediaOutputController.getSelectableMediaDevice()).thenReturn(selectableDevices); in onItemClick_onGroupActionTriggered_verifySeekbarDisabled()
DMediaOutputControllerTest.java918 doReturn(selectableMediaDevices).when(mLocalMediaManager).getSelectableMediaDevice(); in getGroupMediaDevices_differentDeviceOrder_showingSameOrder()
955 doReturn(selectableMediaDevices).when(mLocalMediaManager).getSelectableMediaDevice(); in getGroupMediaDevices_newDevice_verifyDeviceOrder()
1134 doReturn(selectableMediaDevices).when(mLocalMediaManager).getSelectableMediaDevice(); in resetGroupMediaDevices_clearGroupDevices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java278 && !mController.getSelectableMediaDevice().isEmpty()) { in onBind()
304 } else if (isDeviceIncluded(mController.getSelectableMediaDevice(), device)) { in onBind()
447 if (isChecked && isDeviceIncluded(mController.getSelectableMediaDevice(), device)) { in onGroupActionTriggered()
DMediaOutputController.java775 final List<MediaDevice> selectableDevices = getSelectableMediaDevice(); in getGroupMediaDevices()
834 List<MediaDevice> getSelectableMediaDevice() { in getSelectableMediaDevice() method in MediaOutputController
835 return mLocalMediaManager.getSelectableMediaDevice(); in getSelectableMediaDevice()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java350 public List<MediaDevice> getSelectableMediaDevice() { in getSelectableMediaDevice() method in LocalMediaManager