Searched refs:mBandwidth (Results 1 – 3 of 3) sorted by relevance
146 private int mBandwidth = CHANNEL_WIDTH_INVALID; field in SoftApInfo200 return mBandwidth; in getBandwidth()208 mBandwidth = bandwidth; in setBandwidth()389 mBandwidth = source.mBandwidth; in SoftApInfo()415 dest.writeInt(mBandwidth); in writeToParcel()430 info.mBandwidth = in.readInt();450 sbuf.append("bandwidth= ").append(mBandwidth); in toString()468 && mBandwidth == softApInfo.mBandwidth in equals()479 return Objects.hash(mFrequency, mBandwidth, mBssid, mWifiStandard, mApInstanceIdentifier, in hashCode()
135 public String mBandwidth; field in ConnectivityFragment.NetworkItem408 ni.mBandwidth = "Bandwidth (Down/Up): " + nCaps.getLinkDownstreamBandwidthKbps() in getNetworkItem()
98 vh.bandwidth.setText(mNetworkList[position].mBandwidth); in getView()