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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
Ver2_SUPLREPORT.java 41 public class Ver2_SUPLREPORT extends Asn1Sequence {
47 public Ver2_SUPLREPORT() {
71 * Creates a new Ver2_SUPLREPORT from encoded stream.
73 public static Ver2_SUPLREPORT fromPerUnaligned(byte[] encodedBytes) {
74 Ver2_SUPLREPORT result = new Ver2_SUPLREPORT();
80 * Creates a new Ver2_SUPLREPORT from encoded stream.
82 public static Ver2_SUPLREPORT fromPerAligned(byte[] encodedBytes) {
83 Ver2_SUPLREPORT result = new Ver2_SUPLREPORT();
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
UlpMessage.java 40 import android.location.cts.asn1.supl2.supl_report.Ver2_SUPLREPORT;
677 return new Ver2_SUPLREPORT();
683 return toString() + " : " + ((Ver2_SUPLREPORT) element).toIndentedString(indent);
894 public Ver2_SUPLREPORT getExtensionMsSUPLREPORT() {
898 return (Ver2_SUPLREPORT) element;
901 public void setExtensionMsSUPLREPORT(Ver2_SUPLREPORT selected) {
908 Ver2_SUPLREPORT element = new Ver2_SUPLREPORT();

Completed in 218 milliseconds