HomeSort by relevance Sort by last modified time
    Searched defs:HceUtils (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceUtils.java 6 public final class HceUtils {
SimpleReaderActivity.java 102 byte[] response = isoDep.transceive(HceUtils.hexStringToBytes(apdu));
106 sb.append(HceUtils.getHexBytes(null, response));
110 byte[] expectedResponse = HceUtils.hexStringToBytes(mResponses[count]);
111 Log.d(TAG, HceUtils.getHexBytes("APDU response: ", response));
113 Log.d(TAG, "Unexpected APDU response: " + HceUtils.getHexBytes("", response));

Completed in 29 milliseconds