Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java167 int bytesToCopy = ats.length - atsIndex; in parseProtocolParameters() local
168 byte[] historical_bytes = new byte[bytesToCopy]; in parseProtocolParameters()
169 System.arraycopy(ats, atsIndex, historical_bytes, 0, bytesToCopy); in parseProtocolParameters()