Searched refs:InterfaceCreationImpact (Results 1 – 3 of 3) sorted by relevance
11705 public static class InterfaceCreationImpact { class in WifiManager11709 public InterfaceCreationImpact(@WifiInterfaceType int interfaceType, in InterfaceCreationImpact() method in WifiManager.InterfaceCreationImpact11739 if (!(that instanceof InterfaceCreationImpact)) return false; in equals()11740 InterfaceCreationImpact thatInterfaceCreationImpact = (InterfaceCreationImpact) that; in equals()11789 @NonNull BiConsumer<Boolean, Set<InterfaceCreationImpact>> resultCallback) { in reportCreateInterfaceImpact()11814 final Set<InterfaceCreationImpact> finalSet = in reportCreateInterfaceImpact()11820 new InterfaceCreationImpact(interfacesToDelete[i], in reportCreateInterfaceImpact()
3998 final Set<WifiManager.InterfaceCreationImpact> interfacePairs = Set.of( in testIsItPossibleToCreateInterface()3999 new WifiManager.InterfaceCreationImpact(interfaces[0], in testIsItPossibleToCreateInterface()4001 new WifiManager.InterfaceCreationImpact(interfaces[1], in testIsItPossibleToCreateInterface()4004 BiConsumer<Boolean, Set<WifiManager.InterfaceCreationImpact>> resultCallback = mock( in testIsItPossibleToCreateInterface()4008 ArgumentCaptor<Set<WifiManager.InterfaceCreationImpact>> resultCaptor = in testIsItPossibleToCreateInterface()
535 …BiConsumer<java.lang.Boolean,java.util.Set<android.net.wifi.WifiManager.InterfaceCreationImpact>>);652 public static class WifiManager.InterfaceCreationImpact {653 ctor public WifiManager.InterfaceCreationImpact(int, @NonNull java.util.Set<java.lang.String>);