Searched refs:bucketWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DRssiCurve.java41 * {@link #bucketWidth} should be set such that {@code start + bucketWidth} is equal to the
61 public final int bucketWidth; field in class:RssiCurve
79 * @param bucketWidth the width of each RSSI bucket, in dBm.
82 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) { argument
83 this(start, bucketWidth, rssiBuckets, DEFAULT_ACTIVE_NETWORK_RSSI_BOOST);
90 * @param bucketWidth the width of each RSSI bucket, in dBm.
94 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets, int activeNetworkRssiBoost) { argument
96 this.bucketWidth = bucketWidth;
[all...]

Completed in 60 milliseconds