Home
last modified time | relevance | path

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

/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/
DCtsAndroidOmapiTestApplet.java258 short total_len; in fillBerTLVBytes() local
267 total_len = (short)(le + 2 + le_len); in fillBerTLVBytes()
269 respBuf = new byte[total_len]; in fillBerTLVBytes()
290 while (i < total_len) { in fillBerTLVBytes()
296 return total_len; in fillBerTLVBytes()
299 public short fillBytes(short total_len) { in fillBytes() argument
301 short len = total_len; in fillBytes()
302 respBuf = new byte[total_len]; in fillBytes()
303 while (i < total_len) { in fillBytes()
317 return total_len; in fillBytes()