Searched refs:mIfaceName (Results 1 – 2 of 2) sorted by relevance
54 String mIfaceName; field in LinkProperties82 mIfaceName = source.getInterfaceName(); in LinkProperties()92 mIfaceName = iface; in setInterfaceName()96 return mIfaceName; in getInterfaceName()138 mIfaceName = null; in clear()155 String ifaceName = (mIfaceName == null ? "" : "InterfaceName: " + mIfaceName + " "); in toString()359 return ((null == mIfaceName) ? 0 : mIfaceName.hashCode() in hashCode()
681 list.add(sm.mIfaceName); in getTetheredIfacePairs()770 String mIfaceName; field in Tethering.TetherInterfaceSM777 mIfaceName = name; in TetherInterfaceSM()795 res += mIfaceName + " - "; in toString()949 mNMService.tetherInterface(mIfaceName); in enter()957 if (DBG) Log.d(TAG, "Tethered " + mIfaceName); in enter()976 mNMService.disableNat(mIfaceName, mMyUpstreamIfaceName); in cleanupUpstream()995 mNMService.untetherInterface(mIfaceName); in processMessage()1014 if (DBG) Log.d(TAG, "Untethered " + mIfaceName); in processMessage()1027 mNMService.enableNat(mIfaceName, newUpstreamIfaceName); in processMessage()[all …]