Home
last modified time | relevance | path

Searched refs:positionEstimate_ (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPosition.java116 private PositionEstimate positionEstimate_; field in Position
118 return positionEstimate_; in getPositionEstimate()
124 this.positionEstimate_ = (PositionEstimate) value; in setPositionEstimate()
127 positionEstimate_ = new PositionEstimate(); in setPositionEstimateToNewInstance()
128 return positionEstimate_; in setPositionEstimateToNewInstance()