HomeSort by relevance Sort by last modified time
    Searched full:transaction_idtype (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
Extended_reference.java 116 private Extended_reference.transaction_IDType transaction_ID_;
117 public Extended_reference.transaction_IDType getTransaction_ID() {
121 * @throws ClassCastException if value is not a Extended_reference.transaction_IDType
124 this.transaction_ID_ = (Extended_reference.transaction_IDType) value;
126 public Extended_reference.transaction_IDType setTransaction_IDToNewInstance() {
127 transaction_ID_ = new Extended_reference.transaction_IDType();
206 return tag == null ? Extended_reference.transaction_IDType.getPossibleFirstTags() : ImmutableList.of(tag);
327 public static class transaction_IDType extends Asn1Integer {
333 public transaction_IDType() {
359 * Creates a new transaction_IDType from encoded stream
    [all...]

Completed in 209 milliseconds