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
111
byte[] response = isoDep.transceive(
HceUtils
.hexStringToBytes(apdu.getApdu()));
115
sb.append(
HceUtils
.getHexBytes(null, response));
119
byte[] expectedResponse =
HceUtils
.hexStringToBytes(mResponses[count]);
120
Log.d(TAG,
HceUtils
.getHexBytes("APDU response: ", response));
122
Log.d(TAG, "Unexpected APDU response: " +
HceUtils
.getHexBytes("", response));
Completed in 2402 milliseconds