Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputDialogTest.java166 mFeatures.add(MediaRoute2Info.FEATURE_REMOTE_GROUP_PLAYBACK); in getStopButtonVisibility_remoteDevice_returnVisible()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java457 public static final String FEATURE_REMOTE_GROUP_PLAYBACK = field in MediaRoute2Info
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java1024 || features.contains(MediaRoute2Info.FEATURE_REMOTE_GROUP_PLAYBACK)); in isActiveRemoteDevice()