Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/service/
DHceService.java45 int mApduIndex = 0; field in HceService
66 mApduIndex = 0; in onDeactivated()
96 if (mApduIndex >= mCommandApdus.length) { in processCommandApdu()
102 if (!mCommandApdus[mApduIndex].isReachable()) { in processCommandApdu()
103 mApduIndex++; in processCommandApdu()
107 } while (mApduIndex < mCommandApdus.length); in processCommandApdu()
109 if (mApduIndex >= mCommandApdus.length) { in processCommandApdu()
116 HceUtils.hexStringToBytes(mCommandApdus[mApduIndex].getApdu()), arg0)) { in processCommandApdu()
121 byte[] responseApdu = HceUtils.hexStringToBytes(mResponseApdus[mApduIndex]); in processCommandApdu()
122 mApduIndex++; in processCommandApdu()
[all …]