Searched refs:offHostCommands (Results 1 – 1 of 1) sorted by relevance
215 CommandApdu[] offHostCommands = HceUtils.COMMAND_APDUS_BY_SERVICE.get( in startOnAndOffHostReaderActivity() local220 new CommandApdu[offHostCommands.length + onHostCommands.length]; in startOnAndOffHostReaderActivity()221 System.arraycopy(offHostCommands, 0, combinedCommands, 0, offHostCommands.length); in startOnAndOffHostReaderActivity()222 System.arraycopy(onHostCommands, 0, combinedCommands, offHostCommands.length, in startOnAndOffHostReaderActivity()