Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_report/
DSessionInformation.java102 public SessionID getSessionID() { in getSessionID() method in SessionInformation
128 return getSessionID() != null; in getComponents()
140 return getSessionID(); in getComponents()
163 + getSessionID().toIndentedString(indent); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSlpSessionID.java102 public SlpSessionID.sessionIDType getSessionID() { in getSessionID() method in SlpSessionID
143 return getSessionID() != null; in getComponents()
155 return getSessionID(); in getComponents()
178 + getSessionID().toIndentedString(indent); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp/
DULP_PDU.java134 public SessionID getSessionID() { in getSessionID() method in ULP_PDU
261 return getSessionID() != null; in getComponents()
273 return getSessionID(); in getComponents()
296 + getSessionID().toIndentedString(indent); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpController.java118 SessionID sessionId = decodedMessage.getSessionID(); in generateNavMessage()