Searched refs:onHostResponses (Results 1 – 1 of 1) sorted by relevance
227 String[] onHostResponses = HceUtils.RESPONSE_APDUS_BY_SERVICE.get( in startOnAndOffHostReaderActivity() local229 String[] combinedResponses = new String[offHostResponses.length + onHostResponses.length]; in startOnAndOffHostReaderActivity()232 System.arraycopy(onHostResponses, 0, combinedResponses, offHostResponses.length, in startOnAndOffHostReaderActivity()233 onHostResponses.length); in startOnAndOffHostReaderActivity()