Searched refs:tetheredIface (Results 1 – 4 of 4) sorted by relevance
36 public DadProxy(Handler h, InterfaceParams tetheredIface) { in DadProxy() argument37 naForwarder = new NeighborPacketForwarder(h, tetheredIface, in DadProxy()39 nsForwarder = new NeighborPacketForwarder(h, tetheredIface, in DadProxy()
107 final TetheringInterface tetheredIface = in addressConflictTest() local110 assertNotNull(tetheredIface); in addressConflictTest()111 final String wifiTetheringIface = tetheredIface.getInterface(); in addressConflictTest()
261 final TetheringInterface tetheredIface = in testRegisterTetheringEventCallback() local264 assertNotNull(tetheredIface); in testRegisterTetheringEventCallback()265 final String wifiTetheringIface = tetheredIface.getInterface(); in testRegisterTetheringEventCallback()
132 final String tetheredIface = mTetheredReader.getIface().getInterfaceName(); in setupTapInterfaces() local133 mTetheredParams = InterfaceParams.getByName(tetheredIface); in setupTapInterfaces()