Searched refs:commandSequences (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | OnAndOffHostEmulatorActivity.java | 35 … CommandApdu[] commandSequences = new CommandApdu[OffHostService.APDU_COMMAND_SEQUENCE.length + in buildReaderIntent() local 37 System.arraycopy(OffHostService.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent() 39 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent() 53 commandSequences); in buildReaderIntent()
|
D | DualNonPaymentEmulatorActivity.java | 34 … CommandApdu[] commandSequences = new CommandApdu[TransportService2.APDU_COMMAND_SEQUENCE.length + in buildReaderIntent() local 36 System.arraycopy(TransportService2.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent() 38 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent() 50 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, commandSequences); in buildReaderIntent()
|
D | DualNonPaymentPrefixEmulatorActivity.java | 44 …CommandApdu[] commandSequences = new CommandApdu[PrefixTransportService1.APDU_COMMAND_SEQUENCE.len… in buildReaderIntent() local 46 System.arraycopy(PrefixTransportService1.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent() 48 System.arraycopy(PrefixAccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent() 60 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, commandSequences); in buildReaderIntent()
|