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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GPSClockModel.java 101 private GPSClockModel.af2Type af2_;
102 public GPSClockModel.af2Type getAf2() {
106 * @throws ClassCastException if value is not a GPSClockModel.af2Type
109 this.af2_ = (GPSClockModel.af2Type) value;
111 public GPSClockModel.af2Type setAf2ToNewInstance() {
112 af2_ = new GPSClockModel.af2Type();
193 return tag == null ? GPSClockModel.af2Type.getPossibleFirstTags() : ImmutableList.of(tag);
360 public static class af2Type extends Asn1Integer {
366 public af2Type() {
392 * Creates a new af2Type from encoded stream
    [all...]

Completed in 139 milliseconds