Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/
DULP_PDU.java103 private ULP_PDU.lengthType length_; field in ULP_PDU
105 return length_; in getLength()
111 this.length_ = (ULP_PDU.lengthType) value; in setLength()
114 length_ = new ULP_PDU.lengthType(); in setLengthToNewInstance()
115 return length_; in setLengthToNewInstance()