Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_start/
DPosProtocol.java132 private PosProtocol.rrcType rrc_;
133 public PosProtocol.rrcType getRrc() { in getRrc()
140 this.rrc_ = (PosProtocol.rrcType) value; in setRrc()
142 public PosProtocol.rrcType setRrcToNewInstance() { in setRrcToNewInstance()
143 rrc_ = new PosProtocol.rrcType(); in setRrcToNewInstance()
279 return tag == null ? PosProtocol.rrcType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
523 public static class rrcType extends Asn1Boolean { class in PosProtocol
529 public rrcType() { in rrcType() method in PosProtocol.rrcType
555 public static rrcType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
556 rrcType result = new rrcType(); in fromPerUnaligned()
[all …]