Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DNfcReaderDeviceSnippet.java154 CommandApdu[] combinedCommands = in startDualNonPaymentPrefixReaderActivity() local
161 combinedCommands, in startDualNonPaymentPrefixReaderActivity()
167 combinedCommands, in startDualNonPaymentPrefixReaderActivity()
194 instrumentation, combinedCommands, combinedResponses); in startDualNonPaymentPrefixReaderActivity()
219 CommandApdu[] combinedCommands = in startOnAndOffHostReaderActivity() local
221 System.arraycopy(offHostCommands, 0, combinedCommands, 0, offHostCommands.length); in startOnAndOffHostReaderActivity()
222 System.arraycopy(onHostCommands, 0, combinedCommands, offHostCommands.length, in startOnAndOffHostReaderActivity()
238 combinedCommands, in startOnAndOffHostReaderActivity()