Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DSimpleReaderActivity.java38 CommandApdu[] mApdus; field in SimpleReaderActivity
83 mApdus = new CommandApdu[apdus.length]; in onResume()
85 mApdus[i] = (CommandApdu) apdus[i]; in onResume()
88 mApdus = null; in onResume()
108 for (CommandApdu apdu: mApdus) { in onTagDiscovered()