Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DOnAndOffHostEmulatorActivity.java43 String[] responseSequences = new String[OffHostService.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent() local
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
55 responseSequences); in buildReaderIntent()
DDualNonPaymentEmulatorActivity.java42 String[] responseSequences = new String[TransportService2.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent() local
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
51 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, responseSequences); in buildReaderIntent()
DDualNonPaymentPrefixEmulatorActivity.java52 … String[] responseSequences = new String[PrefixTransportService1.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent() local
54 System.arraycopy(PrefixTransportService1.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
56 System.arraycopy(PrefixAccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
61 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, responseSequences); in buildReaderIntent()