Home
last modified time | relevance | path

Searched refs:getInterfaceName (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/net/
DLinkProperties.java147 mIfaceName = source.getInterfaceName(); in LinkProperties()
183 public @Nullable String getInterfaceName() { in getInterfaceName() method in LinkProperties
548 if (link != null && link.getInterfaceName() != null) { in addStackedLink()
549 mStackedLinks.put(link.getInterfaceName(), link); in addStackedLink()
832 return TextUtils.equals(getInterfaceName(), target.getInterfaceName()); in isIdenticalInterfaceName()
906 String iface = stacked.getInterfaceName(); in isIdenticalStackedLinks()
1112 dest.writeString(getInterfaceName()); in writeToParcel()
DIpReachabilityMonitor.java213 if (!mInterfaceName.equals(lp.getInterfaceName())) { in updateLinkProperties()
215 Log.wtf(TAG, "requested LinkProperties interface '" + lp.getInterfaceName() + in updateLinkProperties()
DDnsPinger.java155 getCurrentLinkProperties().getInterfaceName())); in handleMessage()
/frameworks/base/services/core/java/com/android/server/net/
DLockdownVpnTracker.java135 || !TextUtils.equals(mAcceptedEgressIface, egressProp.getInterfaceName()); in handleStateChangedLocked()
140 null : egressProp.getInterfaceName(); in handleStateChangedLocked()
168 mAcceptedEgressIface = egressProp.getInterfaceName(); in handleStateChangedLocked()
DNetworkStatsService.java915 mActiveIface = activeLink != null ? activeLink.getInterfaceName() : null; in updateIfacesLocked()
929 final String baseIface = state.linkProperties.getInterfaceName(); in updateIfacesLocked()
944 final String stackedIface = stackedLink.getInterfaceName(); in updateIfacesLocked()
DNetworkPolicyManagerService.java1138 final String baseIface = state.linkProperties.getInterfaceName();
1150 final String stackedIface = stackedLink.getInterfaceName();
/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java134 mBaseIface = mNetwork.linkProperties.getInterfaceName(); in start()
187 if (mIface.equals(stacked.getInterfaceName())) { in fixupLinkProperties()
DNetworkDiagnostics.java159 mInterfaceIndex = getInterfaceIndex(mLinkProperties.getInterfaceName()); in NetworkDiagnostics()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java928 final String iface = (lp == null ? "" : lp.getInterfaceName()); in isNetworkWithLinkPropertiesBlocked()
955 lp.getInterfaceName() + ", uid=" + uid); in getFilteredNetworkInfo()
1340 bestRoute = RouteInfo.makeHostRoute(addr, lp.getInterfaceName()); in addLegacyRouteToHost()
1579 final String iface = networkAgent.linkProperties.getInterfaceName(); in setupDataActivityTracking()
1615 final String iface = networkAgent.linkProperties.getInterfaceName(); in removeDataActivityTracking()
1634 final String iface = newLp.getInterfaceName(); in updateMtu()
3100 info.primaryUnderlyingIface = getDefaultNetwork().linkProperties.getInterfaceName(); in createVpnInfo()
3105 info.primaryUnderlyingIface = linkProperties.getInterfaceName(); in createVpnInfo()
4360 final String baseIface = newNetwork.linkProperties.getInterfaceName(); in rematchNetworkAndRequests()
4363 final String stackedIface = stacked.getInterfaceName(); in rematchNetworkAndRequests()
DTelephonyRegistry.java1484 String iface = linkProperties.getInterfaceName(); in broadcastDataConnectionStateChanged()
/frameworks/base/core/tests/coretests/src/android/net/
DLinkPropertiesTest.java340 if (link.getInterfaceName().equals("clat4")) { in testStackedInterfaces()
345 assertFalse("newname".equals(link.getInterfaceName())); in testStackedInterfaces()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1328 synchronized public static String getInterfaceName(int index) { in getInterfaceName() method in WifiNative
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1936 String iface = linkProperties.getInterfaceName(); in onDataSetupComplete()
/frameworks/base/api/
Dcurrent.txt18246 method public java.lang.String getInterfaceName();
Dsystem-current.txt19758 method public java.lang.String getInterfaceName();