HomeSort by relevance Sort by last modified time
    Searched refs:GANSSTOD_GSMTimeAssociation (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSSTOD_GSMTimeAssociation.java 39 public class GANSSTOD_GSMTimeAssociation extends Asn1Sequence {
45 public GANSSTOD_GSMTimeAssociation() {
69 * Creates a new GANSSTOD_GSMTimeAssociation from encoded stream.
71 public static GANSSTOD_GSMTimeAssociation fromPerUnaligned(byte[] encodedBytes) {
72 GANSSTOD_GSMTimeAssociation result = new GANSSTOD_GSMTimeAssociation();
78 * Creates a new GANSSTOD_GSMTimeAssociation from encoded stream.
80 public static GANSSTOD_GSMTimeAssociation fromPerAligned(byte[] encodedBytes) {
81 GANSSTOD_GSMTimeAssociation result = new GANSSTOD_GSMTimeAssociation();
    [all...]
GANSSReferenceTime.java 115 private GANSSTOD_GSMTimeAssociation ganssTOD_GSMTimeAssociation_;
116 public GANSSTOD_GSMTimeAssociation getGanssTOD_GSMTimeAssociation() {
120 * @throws ClassCastException if value is not a GANSSTOD_GSMTimeAssociation
123 this.ganssTOD_GSMTimeAssociation_ = (GANSSTOD_GSMTimeAssociation) value;
125 public GANSSTOD_GSMTimeAssociation setGanssTOD_GSMTimeAssociationToNewInstance() {
126 ganssTOD_GSMTimeAssociation_ = new GANSSTOD_GSMTimeAssociation();
205 return tag == null ? GANSSTOD_GSMTimeAssociation.getPossibleFirstTags() : ImmutableList.of(tag);
219 return "ganssTOD_GSMTimeAssociation : "

Completed in 90 milliseconds