Searched refs:netType (Results 1 – 3 of 3) sorted by relevance
59 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
73 @NonNull int[] returnCode, @NonNull long[] dnsTime, int evalType, int netType, in DataStallDetectionStats() argument83 mNetworkType = netType; in DataStallDetectionStats()
605 int netType = in.readInt();609 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);