Home
last modified time | relevance | path

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

/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1BerParserTest.java211 ChoiceWithThreeSequenceOptions c = parse("3000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()
217 c = parse("a000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()
223 c = parse("a1023000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()
230 parse("02010a", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()
379 public static class ChoiceWithThreeSequenceOptions { class in Asn1BerParserTest