Searched refs:mTetheringInterface (Results 1 – 1 of 1) sorted by relevance
133 private String mTetheringInterface; field in EthernetTracker173 if (!mFactory.hasInterface(ifname) && !ifname.equals(mTetheringInterface)) { in onNewLink()449 if (mTetheringInterface != null && mTetheringInterfaceMode == INTERFACE_MODE_SERVER) { in addListener()450 unicastInterfaceStateChange(listener, mTetheringInterface); in addListener()499 notifyTetheredInterfaceAvailable(callback, mTetheringInterface); in requestTetheredInterface()540 if (mTetheringInterface != null) { in setTetheringInterfaceMode()541 removeInterface(mTetheringInterface); in setTetheringInterfaceMode()542 addInterface(mTetheringInterface); in setTetheringInterfaceMode()545 broadcastInterfaceStateChange(mTetheringInterface); in setTetheringInterfaceMode()574 if (iface.equals(mTetheringInterface)) { in getInterfaceMode()[all …]