Searched refs:CONFIDENCE_MEDIUM (Results 1 – 2 of 2) sorted by relevance
51 @IntDef({CONFIDENCE_LOW, CONFIDENCE_MEDIUM, CONFIDENCE_HIGH})55 public static final int CONFIDENCE_MEDIUM = 1; field in RangingMeasurement
45 confidenceLevel = RangingMeasurement.CONFIDENCE_MEDIUM; in createMeasurement()