Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DNfcReaderDeviceSnippet.java225 String[] offHostResponses = HceUtils.RESPONSE_APDUS_BY_SERVICE.get( in startOnAndOffHostReaderActivity() local
229 String[] combinedResponses = new String[offHostResponses.length + onHostResponses.length]; in startOnAndOffHostReaderActivity()
231 System.arraycopy(offHostResponses, 0, combinedResponses, 0, offHostResponses.length); in startOnAndOffHostReaderActivity()
232 System.arraycopy(onHostResponses, 0, combinedResponses, offHostResponses.length, in startOnAndOffHostReaderActivity()