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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
ThirdPartyID.java 46 public class ThirdPartyID extends Asn1Choice {
64 "ThirdPartyID: " + tag + " maps to both " + select0 + " and " + select);
70 public ThirdPartyID() {
94 * Creates a new ThirdPartyID from encoded stream.
96 public static ThirdPartyID fromPerUnaligned(byte[] encodedBytes) {
97 ThirdPartyID result = new ThirdPartyID();
103 * Creates a new ThirdPartyID from encoded stream.
105 public static ThirdPartyID fromPerAligned(byte[] encodedBytes) {
106 ThirdPartyID result = new ThirdPartyID()
    [all...]
ThirdParty.java 38 extends Asn1SequenceOf<ThirdPartyID> {
89 @Override public ThirdPartyID createAndAddValue() {
90 ThirdPartyID value = new ThirdPartyID();
121 for (ThirdPartyID value : getValues()) {

Completed in 56 milliseconds