Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java77 int atsIndex = 1; in parseProtocolParameters() local
78 if ((ats[atsIndex] & 0x40) != 0) { in parseProtocolParameters()
85 if ((ats[atsIndex] & 0x20) != 0) { in parseProtocolParameters()
92 if ((ats[atsIndex] & 0x10) != 0) { in parseProtocolParameters()
99 int fsc = ats[atsIndex] & 0x0F; in parseProtocolParameters()
109 atsIndex++; in parseProtocolParameters()
111 sb.append(" TA: 0x" + Integer.toHexString(ats[atsIndex] & 0xff) + "\n"); in parseProtocolParameters()
112 if ((ats[atsIndex] & 0x80) != 0) { in parseProtocolParameters()
118 if ((ats[atsIndex] & 0x70) != 0) { in parseProtocolParameters()
123 if ((ats[atsIndex] & 0x7) != 0) { in parseProtocolParameters()
[all …]