Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSetSessionID.java101 private SetSessionID.sessionIdType sessionId_;
102 public SetSessionID.sessionIdType getSessionId() { in getSessionId()
109 this.sessionId_ = (SetSessionID.sessionIdType) value; in setSessionId()
111 public SetSessionID.sessionIdType setSessionIdToNewInstance() { in setSessionIdToNewInstance()
112 sessionId_ = new SetSessionID.sessionIdType(); in setSessionIdToNewInstance()
163 … return tag == null ? SetSessionID.sessionIdType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
244 public static class sessionIdType extends Asn1Integer { class in SetSessionID
250 public sessionIdType() { in sessionIdType() method in SetSessionID.sessionIdType
278 public static sessionIdType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
279 sessionIdType result = new sessionIdType(); in fromPerUnaligned()
[all …]