Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos_init/
DRequestedAssistData.java147 private RequestedAssistData.dgpsCorrectionsRequestedType dgpsCorrectionsRequested_; field in RequestedAssistData
149 return dgpsCorrectionsRequested_; in getDgpsCorrectionsRequested()
155 this.dgpsCorrectionsRequested_ = (RequestedAssistData.dgpsCorrectionsRequestedType) value; in setDgpsCorrectionsRequested()
158 dgpsCorrectionsRequested_ = new RequestedAssistData.dgpsCorrectionsRequestedType(); in setDgpsCorrectionsRequestedToNewInstance()
159 return dgpsCorrectionsRequested_; in setDgpsCorrectionsRequestedToNewInstance()