Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_messages/
DPDU.java43 private static final Asn1Tag TAG_PDU field in PDU
53 return TAG_PDU; in getTag()
62 if (TAG_PDU != null) { in getPossibleFirstTags()
63 return ImmutableList.of(TAG_PDU); in getPossibleFirstTags()