Searched refs:timestampType (Results 1 – 2 of 2) sorted by relevance
101 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 Position308 public timestampType() { in timestampType() method in Position.timestampType334 public static timestampType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()335 timestampType result = new timestampType(); in fromPerUnaligned()[all …]
36 import android.location.cts.asn1.supl2.ulp_components.Position.timestampType;215 timestampType utcTime = pos.setTimestampToNewInstance(); in generateSuplPositionInitLocalLocationMessage()