Searched refs:LIVE_AUDIO_CONTROL_FILTERS (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java219 private static final ArrayList<IntentFilter> LIVE_AUDIO_CONTROL_FILTERS; field in class:SystemMediaRouteProvider.JellybeanImpl
224 LIVE_AUDIO_CONTROL_FILTERS = new ArrayList<IntentFilter>();
225 LIVE_AUDIO_CONTROL_FILTERS.add(f);
600 builder.addControlFilters(LIVE_AUDIO_CONTROL_FILTERS);

Completed in 28 milliseconds