Searched refs:respBuffOffset (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/ |
D | CtsAndroidOmapiTestApplet.java | 42 private short respBuffOffset = 0; field in CtsAndroidOmapiTestApplet 119 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process() 135 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process() 144 sendLen = (short) (respBuf.length - respBuffOffset); in process() 147 apdu.sendBytesLong(respBuf, respBuffOffset, sendLen); in process() 148 respBuffOffset += sendLen; in process() 149 sendLen = (short) (respBuf.length - respBuffOffset); in process() 164 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process() 174 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process() 196 apdu.sendBytesLong(respBuf, respBuffOffset, sendLen); in process() [all …]
|