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

  /frameworks/base/core/java/android/net/
RssiCurve.java 41 * {@link #bucketWidth} should be set such that {@code start + bucketWidth} is equal to the
60 public final int bucketWidth;
69 * @param bucketWidth the width of each RSSI bucket, in dBm.
72 public RssiCurve(int start, int bucketWidth, byte[] rssiBuckets) {
74 this.bucketWidth = bucketWidth;
83 bucketWidth = in.readInt();
97 out.writeInt(bucketWidth);
111 int index = (rssi - start) / bucketWidth;
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 50 milliseconds