Home
last modified time | relevance | path

Searched refs:netType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java93 final int netType = nai.networkInfo.getType(); in requiresClat() local
99 return connected && !hasIPv4Address && ArrayUtils.contains(NETWORK_TYPES, netType); in requiresClat()
DTethering.java1678 for (Integer netType : mUpstreamIfaceTypes) { in chooseUpstreamType()
1679 Log.d(TAG, " " + netType); in chooseUpstreamType()
1683 for (Integer netType : mUpstreamIfaceTypes) { in chooseUpstreamType()
1685 getConnectivityManager().getNetworkInfo(netType.intValue()); in chooseUpstreamType()
1687 upType = netType.intValue(); in chooseUpstreamType()
2098 for (Integer netType : mUpstreamIfaceTypes) { in dump()
2099 pw.print(" " + ConnectivityManager.getNetworkTypeName(netType)); in dump()
/frameworks/base/core/java/android/net/
DNetworkInfo.java468 int netType = in.readInt();
472 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);