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 77 byte[] response = isoDep.transceive(HceUtils.hexStringToBytes(apdu));
81 sb.append(HceUtils.getHexBytes(null, response));
85 byte[] expectedResponse = HceUtils.hexStringToBytes(mResponses[count]);
86 Log.d(TAG, HceUtils.getHexBytes("APDU response: ", response));
88 Log.d(TAG, "Unexpected APDU response: " + HceUtils.getHexBytes("", response));

Completed in 418 milliseconds