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

/frameworks/base/core/java/android/net/
H A DRssiCurve.java39 * {@link #rssiBuckets} to a one-byte array whose element is the fixed score. {@link #start}
64 public final byte[] rssiBuckets; field in class:RssiCurve
80 * @param rssiBuckets the score for each RSSI bucket.
82 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) { argument
83 this(start, bucketWidth, rssiBuckets, DEFAULT_ACTIVE_NETWORK_RSSI_BOOST);
91 * @param rssiBuckets the score for each RSSI bucket.
94 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets, int activeNetworkRssiBoost) { argument
97 if (rssiBuckets == null || rssiBuckets.length == 0) {
98 throw new IllegalArgumentException("rssiBuckets mus
[all...]

Completed in 86 milliseconds