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

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java81 private static final ArrayList<IntentFilter> CONTROL_FILTERS_QUEUING; field in class:SampleMediaRouteProvider
130 CONTROL_FILTERS_QUEUING = new ArrayList<>(CONTROL_FILTERS_BASIC);
131 CONTROL_FILTERS_QUEUING.add(f4);
132 CONTROL_FILTERS_QUEUING.add(f5);
134 CONTROL_FILTERS_SESSION = new ArrayList<>(CONTROL_FILTERS_QUEUING);
196 .addControlFilters(CONTROL_FILTERS_QUEUING)
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java81 private static final ArrayList<IntentFilter> CONTROL_FILTERS_QUEUING; field in class:SampleMediaRouteProvider
130 CONTROL_FILTERS_QUEUING = new ArrayList<>(CONTROL_FILTERS_BASIC);
131 CONTROL_FILTERS_QUEUING.add(f4);
132 CONTROL_FILTERS_QUEUING.add(f5);
134 CONTROL_FILTERS_SESSION = new ArrayList<>(CONTROL_FILTERS_QUEUING);
196 .addControlFilters(CONTROL_FILTERS_QUEUING)

Completed in 59 milliseconds