Home
last modified time | relevance | path

Searched refs:mCommandApdus (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceService.java21 CommandApdu[] mCommandApdus = null; field in HceService
28 mCommandApdus = commandApdus; in initialize()
66 if (mApduIndex >= mCommandApdus.length) { in processCommandApdu()
72 if (!mCommandApdus[mApduIndex].isReachable()) { in processCommandApdu()
77 } while (mApduIndex < mCommandApdus.length); in processCommandApdu()
79 if (mApduIndex >= mCommandApdus.length) { in processCommandApdu()
85 … if (!Arrays.equals(HceUtils.hexStringToBytes(mCommandApdus[mApduIndex].getApdu()), arg0)) { in processCommandApdu()
93 if (mApduIndex == mCommandApdus.length) { in processCommandApdu()