Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DProtocolParamsReaderActivity.java99 int fsc = ats[atsIndex] & 0x0F; in parseProtocolParameters() local
100 if (fsc > 8) { in parseProtocolParameters()
102 sb.append(" (FAIL) FSC " + fsc + " is > 8\n"); in parseProtocolParameters()
103 } else if (fsc < 2) { in parseProtocolParameters()
104 sb.append(" (FAIL EMVCO) FSC " + fsc + " is < 2\n"); in parseProtocolParameters()
106 sb.append(" (OK) FSC = " + fsc + "\n"); in parseProtocolParameters()