OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcommandapdus
(Results
1 - 1
of
1
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceService.java
21
CommandApdu[]
mCommandApdus
= null;
28
mCommandApdus
= commandApdus;
66
if (mApduIndex >=
mCommandApdus
.length) {
72
if (!
mCommandApdus
[mApduIndex].isReachable()) {
77
} while (mApduIndex <
mCommandApdus
.length);
79
if (mApduIndex >=
mCommandApdus
.length) {
85
if (!Arrays.equals(HceUtils.hexStringToBytes(
mCommandApdus
[mApduIndex].getApdu()), arg0)) {
93
if (mApduIndex ==
mCommandApdus
.length) {
Completed in 218 milliseconds