Home
last modified time | relevance | path

Searched refs:minType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DVersion.java116 private Version.minType min_;
117 public Version.minType getMin() { in getMin()
124 this.min_ = (Version.minType) value; in setMin()
126 public Version.minType setMinToNewInstance() { in setMinToNewInstance()
127 min_ = new Version.minType(); in setMinToNewInstance()
221 return tag == null ? Version.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
385 public static class minType extends Asn1Integer { class in Version
391 public minType() { in minType() method in Version.minType
419 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
420 minType result = new minType(); in fromPerUnaligned()
[all …]
DSETId.java207 return new SETId.minType(); in createElement()
212 return tag == null ? SETId.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
528 public static class minType extends Asn1BitString { class in SETId
534 public minType() { in minType() method in SETId.minType
563 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
564 minType result = new minType(); in fromPerUnaligned()
572 public static minType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
573 minType result = new minType(); in fromPerAligned()
612 public SETId.minType getMin() { in getMin()
616 return (SETId.minType) element; in getMin()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DAudioDeviceInfoTest.java89 int minType = Integer.MAX_VALUE;
91 minType = Integer.min(minType, type);
95 minType = Integer.min(minType, type);
98 MIN_TYPE = minType;
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DThirdPartyID.java262 return new ThirdPartyID.minType(); in createElement()
267 return tag == null ? ThirdPartyID.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()
908 public static class minType extends Asn1BitString { class in ThirdPartyID
914 public minType() { in minType() method in ThirdPartyID.minType
943 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
944 minType result = new minType(); in fromPerUnaligned()
952 public static minType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
953 minType result = new minType(); in fromPerAligned()
992 public ThirdPartyID.minType getMin() { in getMin()
996 return (ThirdPartyID.minType) element; in getMin()
[all …]