HomeSort by relevance Sort by last modified time
    Searched defs:rssiBuckets (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
RssiCurve.java 39 * {@link #rssiBuckets} to a one-byte array whose element is the fixed score. {@link #start}
64 public final byte[] rssiBuckets;
80 * @param rssiBuckets the score for each RSSI bucket.
82 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) {
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) {
97 if (rssiBuckets == null || rssiBuckets.length == 0) {
98 throw new IllegalArgumentException("rssiBuckets must be at least one element large.")
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 171 milliseconds