Searched refs:offHostResponses (Results 1 – 1 of 1) sorted by relevance
225 String[] offHostResponses = HceUtils.RESPONSE_APDUS_BY_SERVICE.get( in startOnAndOffHostReaderActivity() local229 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()