Home
last modified time | relevance | path

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

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