Home
last modified time | relevance | path

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

/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardService.java161 int totalLength = first.length; in ConcatArrays() local
163 totalLength += array.length; in ConcatArrays()
165 byte[] result = Arrays.copyOf(first, totalLength); in ConcatArrays()