OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
61
public final int
bucketWidth
;
79
* @param
bucketWidth
the width of each RSSI bucket, in dBm.
82
public RssiCurve(int start, int
bucketWidth
, byte[] rssiBuckets) {
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) {
96
this.
bucketWidth
=
bucketWidth
;
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 671 milliseconds