Home
last modified time | relevance | path

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

/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/
DCtsAndroidOmapiTestApplet.java41 private byte[] respBuf; field in CtsAndroidOmapiTestApplet
118 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
134 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
140 if (respBuf == null) { in process()
144 sendLen = (short) (respBuf.length - respBuffOffset); in process()
147 apdu.sendBytesLong(respBuf, respBuffOffset, sendLen); in process()
149 sendLen = (short) (respBuf.length - respBuffOffset); in process()
154 respBuf = null; in process()
163 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
173 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short) respBuf.length); in process()
[all …]