Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPosition.java101 private Position.timestampType timestamp_;
102 public Position.timestampType getTimestamp() { in getTimestamp()
109 this.timestamp_ = (Position.timestampType) value; in setTimestamp()
111 public Position.timestampType setTimestampToNewInstance() { in setTimestampToNewInstance()
112 timestamp_ = new Position.timestampType(); in setTimestampToNewInstance()
178 … return tag == null ? Position.timestampType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
302 public static class timestampType extends Asn1UTCTime { class in Position
308 public timestampType() { in timestampType() method in Position.timestampType
334 public static timestampType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
335 timestampType result = new timestampType(); in fromPerUnaligned()
[all …]
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java36 import android.location.cts.asn1.supl2.ulp_components.Position.timestampType;
215 timestampType utcTime = pos.setTimestampToNewInstance(); in generateSuplPositionInitLocalLocationMessage()