Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java93 int netType = network.networkInfo.getType(); in requiresClat() local
96 Slog.d(TAG, "requiresClat: netType=" + netType + ", hasIPv4Address=" + in requiresClat()
98 return netType == TYPE_MOBILE && !lp.hasIPv4Address(); in requiresClat()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
H A DNetworkListAdapter.java59 vh.netType = convertView.findViewById(R.id.network_type); in getView()
85 vh.netType.setText(mNetworkList[position].mType); in getView()
190 public TextView netType; field in NetworkListAdapter.ViewHolder
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java2566 handleDnsConfigurationChange(netType); in handleConnectivityChange()
2571 newLp = mNetTrackers[netType].getLinkProperties(); in handleConnectivityChange()
2612 if (mNetConfigs[netType].isDefault()) { in handleConnectivityChange()
2623 mCurrentLinkProperties[netType] = newLp; in handleConnectivityChange()
2912 private void handleDnsConfigurationChange(int netType) { in handleDnsConfigurationChange() argument
2914 NetworkStateTracker nt = mNetTrackers[netType]; in handleDnsConfigurationChange()
2920 if (mNetConfigs[netType].isDefault()) { in handleDnsConfigurationChange()
3412 int netType = msg.arg1; in handleMessage() local
3418 int netType = msg.arg1; in handleMessage() local
3647 if (mActiveDefaultNetwork != netType) { in handleInetConditionChange()
[all …]
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A DDataStallDetectionStats.java73 @NonNull int[] returnCode, @NonNull long[] dnsTime, int evalType, int netType, in DataStallDetectionStats() argument
83 mNetworkType = netType; in DataStallDetectionStats()
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkInfo.java486 int netType = in.readInt();
490 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkInfo.java605 int netType = in.readInt();
609 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);