Home | History | Annotate | Download | only in wifi

Lines Matching defs:IntentFilter

63 import android.content.IntentFilter;
156 final ArgumentCaptor<IntentFilter> mIntentFilterCaptor =
157 ArgumentCaptor.forClass(IntentFilter.class);
499 (IntentFilter) argThat(new IntentFilterMatcher()));
524 (IntentFilter) argThat(new IntentFilterMatcher()));
895 (IntentFilter) argThat(new IntentFilterMatcher()));
1629 private class IntentFilterMatcher implements ArgumentMatcher<IntentFilter> {
1631 public boolean matches(IntentFilter filter) {
1647 (IntentFilter) argThat(new IntentFilterMatcher()));
1672 (IntentFilter) argThat(new IntentFilterMatcher()));
1698 (IntentFilter) argThat(new IntentFilterMatcher()));
1731 (IntentFilter) argThat(new IntentFilterMatcher()));
1763 (IntentFilter) argThat(new IntentFilterMatcher()));
1787 (IntentFilter) argThat(new IntentFilterMatcher()));
1822 (IntentFilter) argThat(new IntentFilterMatcher()));
1851 (IntentFilter) argThat(new IntentFilterMatcher()));
1885 (IntentFilter) argThat(new IntentFilterMatcher()));
1925 (IntentFilter) argThat(new IntentFilterMatcher()));
2089 (IntentFilter) argThat(new IntentFilterMatcher()));
2575 (IntentFilter) argThat(new IdleModeIntentMatcher()));
2655 (IntentFilter) argThat((IntentFilter filter) ->
2676 (IntentFilter) argThat((IntentFilter filter) ->
2695 (IntentFilter) argThat((IntentFilter filter) ->
2714 (IntentFilter) argThat((IntentFilter filter) ->
2730 (IntentFilter) argThat((IntentFilter filter) ->
2793 private class IdleModeIntentMatcher implements ArgumentMatcher<IntentFilter> {
2795 public boolean matches(IntentFilter filter) {
2831 (IntentFilter) argThat((IntentFilter filter) ->