Home
last modified time | relevance | path

Searched refs:APDU_RESPOND_SEQUENCE (Results 1 – 25 of 40) sorted by relevance

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DDualNonPaymentEmulatorActivity.java42 String[] responseSequences = new String[TransportService2.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent()
43 AccessService.APDU_RESPOND_SEQUENCE.length]; in buildReaderIntent()
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
45 TransportService2.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
47 TransportService2.APDU_RESPOND_SEQUENCE.length, in buildReaderIntent()
48 AccessService.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
DOnAndOffHostEmulatorActivity.java43 String[] responseSequences = new String[OffHostService.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent()
44 AccessService.APDU_RESPOND_SEQUENCE.length]; in buildReaderIntent()
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
46 OffHostService.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
48 OffHostService.APDU_RESPOND_SEQUENCE.length, in buildReaderIntent()
49 AccessService.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
DDualNonPaymentPrefixEmulatorActivity.java52 … String[] responseSequences = new String[PrefixTransportService1.APDU_RESPOND_SEQUENCE.length + in buildReaderIntent()
53 PrefixAccessService.APDU_RESPOND_SEQUENCE.length]; in buildReaderIntent()
54 System.arraycopy(PrefixTransportService1.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0, in buildReaderIntent()
55 PrefixTransportService1.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
56 System.arraycopy(PrefixAccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences, in buildReaderIntent()
57 PrefixTransportService1.APDU_RESPOND_SEQUENCE.length, in buildReaderIntent()
58 PrefixAccessService.APDU_RESPOND_SEQUENCE.length); in buildReaderIntent()
DAccessService.java15 public static final String[] APDU_RESPOND_SEQUENCE = { field in AccessService
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in AccessService()
DTransportService1.java15 public static final String[] APDU_RESPOND_SEQUENCE = { field in TransportService1
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService1()
DTransportService2.java15 public static final String[] APDU_RESPOND_SEQUENCE = { field in TransportService2
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService2()
DPaymentService2.java15 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentService2
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService2()
DPaymentServiceDynamicAids.java18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentServiceDynamicAids
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentServiceDynamicAids()
DScreenOffPaymentService.java18 public static final String[] APDU_RESPOND_SEQUENCE = { field in ScreenOffPaymentService
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in ScreenOffPaymentService()
DPaymentService1.java18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentService1
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService1()
DPrefixPaymentService1.java18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixPaymentService1
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService1()
DPrefixTransportService2.java19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixTransportService2
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService2()
DPrefixTransportService1.java19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixTransportService1
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService1()
DPrefixAccessService.java19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixAccessService
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixAccessService()
DPrefixPaymentService2.java20 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixPaymentService2
29 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService2()
DThroughputService.java31 public static final String[] APDU_RESPOND_SEQUENCE = { field in ThroughputService
51 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in ThroughputService()
DScreenOnOnlyOffHostService.java14 public static final String[] APDU_RESPOND_SEQUENCE = { field in ScreenOnOnlyOffHostService
DOffHostService.java17 public static final String[] APDU_RESPOND_SEQUENCE = { field in OffHostService
DScreenOnOnlyOffHostEmulatorActivity.java36 ScreenOnOnlyOffHostService.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
DSingleNonPaymentEmulatorActivity.java36 TransportService1.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
DOffHostEmulatorActivity.java37 OffHostService.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
DConflictingNonPaymentEmulatorActivity.java37 TransportService2.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent1Service.java33 public static final String[] APDU_RESPOND_SEQUENCE = { field in UiccTransactionEvent1Service
DUiccTransactionEvent2Service.java34 public static final String[] APDU_RESPOND_SEQUENCE = { field in UiccTransactionEvent2Service
DUiccTransactionEvent3Service.java34 public static final String[] APDU_RESPOND_SEQUENCE = { field in UiccTransactionEvent3Service

12