Searched refs:WifiEnablingStateIntentMatcher (Results 1 – 1 of 1) sorted by relevance
736 .sendStickyBroadcastAsUser(argThat(new WifiEnablingStateIntentMatcher()), any()); in checkIsWifiEnabledForModeChanges()739 private static class WifiEnablingStateIntentMatcher implements ArgumentMatcher<Intent> { class in ClientModeImplTest