Searched refs:responseSequences (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | OnAndOffHostEmulatorActivity.java | 43 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()
|
D | DualNonPaymentEmulatorActivity.java | 42 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()
|
D | DualNonPaymentPrefixEmulatorActivity.java | 52 … 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()
|