Searched refs:mApduIndex (Results 1 – 1 of 1) sorted by relevance
23 int mApduIndex = 0; field in HceService34 mApduIndex = 0; in onDeactivated()66 if (mApduIndex >= mCommandApdus.length) { in processCommandApdu()72 if (!mCommandApdus[mApduIndex].isReachable()) { in processCommandApdu()73 mApduIndex++; 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()91 byte[] responseApdu = HceUtils.hexStringToBytes(mResponseApdus[mApduIndex]); in processCommandApdu()92 mApduIndex++; in processCommandApdu()[all …]