OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
112
byte[] response = isoDep.transceive(
HceUtils
.hexStringToBytes(apdu.getApdu()));
116
sb.append(
HceUtils
.getHexBytes(null, response));
120
byte[] expectedResponse =
HceUtils
.hexStringToBytes(mResponses[count]);
121
Log.d(TAG,
HceUtils
.getHexBytes("APDU response: ", response));
123
Log.d(TAG, "Unexpected APDU response: " +
HceUtils
.getHexBytes("", response));
Completed in 64 milliseconds