Searched refs:SW_62xx_VALIDATE_DATA_RESP (Results 1 – 1 of 1) sorted by relevance
20 private final static byte[] SW_62xx_VALIDATE_DATA_RESP = field in CtsAndroidOmapiTestApplet178 apdu.setOutgoingLength((short) (SW_62xx_VALIDATE_DATA_RESP.length)); in process()179 Util.arrayCopy(SW_62xx_VALIDATE_DATA_RESP, (short) 0, buf, (short) 0, in process()180 (short) SW_62xx_VALIDATE_DATA_RESP.length); in process()182 apdu.sendBytesLong(buf, (short)0, (short) SW_62xx_VALIDATE_DATA_RESP.length); in process()