Searched refs:netType (Results 1 – 3 of 3) sorted by relevance
93 final int netType = nai.networkInfo.getType(); in requiresClat() local99 return connected && !hasIPv4Address && ArrayUtils.contains(NETWORK_TYPES, netType); in requiresClat()
1678 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()
468 int netType = in.readInt();472 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);