Searched refs:getIface (Results 1 – 10 of 10) sorted by relevance
80 public String getIface() { in startTetheredHotspot()81 return state.getIface(); in startTetheredHotspot()
62 String getIface(); in getIface() method
468 private Iface getIface(int id) { in getIface() method in WifiNative.IfaceManager473 private Iface getIface(@NonNull String ifaceName) { in getIface() method in WifiNative.IfaceManager1112 final Iface ifaceWithId = mIfaceMgr.getIface(mInterfaceId); in interfaceLinkStateChanged()1120 final Iface ifaceWithName = mIfaceMgr.getIface(ifaceName); in interfaceLinkStateChanged()1676 final Iface iface = mIfaceMgr.getIface(ifaceName); in switchClientInterfaceToScanMode()1719 final Iface iface = mIfaceMgr.getIface(ifaceName); in switchClientInterfaceToConnectivityMode()1771 final Iface iface = mIfaceMgr.getIface(ifaceName); in replaceStaIfaceRequestorWs()1797 final Iface iface = mIfaceMgr.getIface(ifaceName); in isInterfaceUp()1822 final Iface iface = mIfaceMgr.getIface(ifaceName); in teardownInterface()1856 Iface iface = mIfaceMgr.getIface(ifaceIdIter.next()); in teardownAllInterfaces()[all …]
173 public String getIface() { in getIface() method in SoftApState
453 public IpSecManager.IpSecTunnelInterface getIface() { in getIface() method in EpdgTunnelManager.TunnelConfig1928 IpSecManager.IpSecTunnelInterface tunnelInterface = tunnelConfig.getIface(); in handleMessage()1944 .setIfaceName(tunnelConfig.getIface().getInterfaceName()) in handleMessage()2018 IpSecManager.IpSecTunnelInterface iface = tunnelConfig.getIface(); in handleMessage()2174 tunnelConfig.getIface(), in handleMessage()2260 tunnelInterface = tunnelConfig.getIface(); in handleMessage()
136 final String tetheredIface = mTetheredReader.getIface().getInterfaceName(); in setupTapInterfaces()
376 @Nullable public String getIface() { in getIface() method in NetworkStats.Entry1262 ? null : temp.setKeys(entry.getIface(), UID_ALL, in groupedByIface()
1132 assertEquals(iface, entry.getIface()); in assertValues()
1870 assertEquals(TEST_INTERFACE_NAME, softApState.getIface()); in softApCallbackIsCalledOnCorrectThread()
511 method @Nullable public String getIface();