Searched refs:FEATURE_LOCAL_PLAYBACK (Results 1 – 6 of 6) sorted by relevance
21 import static android.media.MediaRoute2Info.FEATURE_LOCAL_PLAYBACK;187 .addFeature(FEATURE_LOCAL_PLAYBACK) in createRouteFromAudioInfo()
20 import static android.media.MediaRoute2Info.FEATURE_LOCAL_PLAYBACK;471 .addFeature(FEATURE_LOCAL_PLAYBACK) in createMediaRoute2Info()
247 .addFeature(MediaRoute2Info.FEATURE_LOCAL_PLAYBACK) in createBluetoothRoute()
316 .addFeature(MediaRoute2Info.FEATURE_LOCAL_PLAYBACK) in createBluetoothRoute()
220 mFeatures.add(MediaRoute2Info.FEATURE_LOCAL_PLAYBACK); in getStopButtonVisibility_localDevice_returnGone()
428 public static final String FEATURE_LOCAL_PLAYBACK = field in MediaRoute2Info