HomeSort by relevance Sort by last modified time
    Searched full:confidencetype (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
PositionEstimate.java 162 private PositionEstimate.confidenceType confidence_;
163 public PositionEstimate.confidenceType getConfidence() {
167 * @throws ClassCastException if value is not a PositionEstimate.confidenceType
170 this.confidence_ = (PositionEstimate.confidenceType) value;
172 public PositionEstimate.confidenceType setConfidenceToNewInstance() {
173 confidence_ = new PositionEstimate.confidenceType();
396 return tag == null ? PositionEstimate.confidenceType.getPossibleFirstTags() : ImmutableList.of(tag);
    [all...]

Completed in 191 milliseconds