Home
last modified time | relevance | path

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

/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/
DCtsAndroidOmapiTestApplet.java104 short sendLen; in process() local
115 sendLen = fillBerTLVBytes(SELECT_RESPONSE_DATA_LENGTH); in process()
117 apdu.setOutgoingLength((short)sendLen); in process()
119 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process()
131 sendLen = fillBytes((short)256); in process()
133 apdu.setOutgoingLength((short)sendLen); in process()
135 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process()
144 sendLen = (short) (respBuf.length - respBuffOffset); in process()
145 sendLen = le > sendLen ? sendLen : le; in process()
146 apdu.setOutgoingLength(sendLen); in process()
[all …]