HomeSort by relevance Sort by last modified time
    Searched full:mtheoreticaltxbandwidth (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/net/
LinkQualityInfo.java 57 private int mTheoreticalTxBandwidth = UNKNOWN_INT;
103 dest.writeInt(mTheoreticalTxBandwidth);
143 mTheoreticalTxBandwidth = in.readInt();
216 return mTheoreticalTxBandwidth;
223 mTheoreticalTxBandwidth = theoreticalTxBandwidth;

Completed in 56 milliseconds