Home
last modified time | relevance | path

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

/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/
DCtsAndroidOmapiTestApplet.java131 sendLen = fillBytes((short)256); in process()
160 sendLen = fillBytes((short)256); in process()
170 sendLen = fillBytes((short)3); in process()
191 sendLen = fillBytes(le); in process()
207 sendLen = fillBytes(le); in process()
224 sendLen = fillBytes(buffer_len); in process()
299 public short fillBytes(short total_len) { in fillBytes() method in CtsAndroidOmapiTestApplet