Searched refs:mBandwidth (Results 1 – 3 of 3) sorted by relevance
146 private int mBandwidth = CHANNEL_WIDTH_INVALID; field in SoftApInfo196 return mBandwidth; in getBandwidth()204 mBandwidth = bandwidth; in setBandwidth()363 mBandwidth = source.mBandwidth; in SoftApInfo()388 dest.writeInt(mBandwidth); in writeToParcel()402 info.mBandwidth = in.readInt();421 sbuf.append("bandwidth= ").append(mBandwidth); in toString()438 && mBandwidth == softApInfo.mBandwidth in equals()448 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()