Searched refs:Iface (Results 1 – 7 of 7) sorted by relevance
368 public static class Iface { class in WifiNative399 Iface(int id, @Iface.IfaceType int type) { in Iface() method in WifiNative.Iface441 private HashMap<Integer, Iface> mIfaces = new HashMap<>();449 private Iface allocateIface(@Iface.IfaceType int type) { in allocateIface()453 Iface iface = new Iface(mNextId, type); in allocateIface()460 private Iface removeIface(int id) { in removeIface()468 private Iface getIface(int id) { in getIface()473 private Iface getIface(@NonNull String ifaceName) { in getIface()474 for (Iface iface : mIfaces.values()) { in getIface()493 private boolean hasAnyIfaceOfType(@Iface.IfaceType int type) { in hasAnyIfaceOfType()[all …]
50 private WifiNative.Iface mNanIface;
77 @Mock private WifiNative.Iface mMockP2pIface;
110 @Mock private WifiNative.Iface mMockP2pIface;
64 @Mock private WifiNative.Iface mWifiNativeNanIfaceMock;
131 private WifiNative.Iface mActiveP2pIface;132 private WifiNative.Iface mActiveNanIface;2185 boolean anyOtherP2pIface, WifiNative.Iface iface, boolean vendorHalSupported) in executeAndValidateTeardownP2pInterface()2196 WifiNative.Iface iface, boolean vendorHalSupported) in executeAndValidateTeardownP2pInterface()2246 boolean anyOtherNanIface, WifiNative.Iface iface) throws Exception { in executeAndValidateTeardownNanInterface()
67 private WifiNative.Iface mP2pIface;