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

  /frameworks/base/core/java/android/net/
LinkQualityInfo.java 58 private int mTheoreticalRxBandwidth = UNKNOWN_INT;
104 dest.writeInt(mTheoreticalRxBandwidth);
144 mTheoreticalRxBandwidth = in.readInt();
231 return mTheoreticalRxBandwidth;
238 mTheoreticalRxBandwidth = theoreticalRxBandwidth;

Completed in 1279 milliseconds