Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java49 assertEquals(0x0E, root.getEncodedLength()); in testNormalOperation()
59 assertEquals(0x0C, node.getEncodedLength()); in testNormalOperation()
78 assertEquals(0x0F, root.getEncodedLength()); in testHighTagNumberForm()
82 assertEquals(0x0C, node.getEncodedLength()); in testHighTagNumberForm()
197 assertEquals(10, root.getEncodedLength()); in testLongFormLength()
201 assertEquals(5, node.getEncodedLength()); in testLongFormLength()
DAsn1NodeTest.java43 assertEquals(2, node.getEncodedLength()); in testCreateConstructedNodeWithShortTag()
54 assertEquals(3, node.getEncodedLength()); in testCreateConstructedNodeWithLongTag()
137 assertEquals(54, node.getEncodedLength()); in testBuilderAndGetters()
198 assertEquals(266, node.getEncodedLength()); in testLongFormLength()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java524 public int getEncodedLength() { in getEncodedLength() method in Asn1Node