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