Home
last modified time | relevance | path

Searched refs:APDU_COMMAND_SEQUENCE (Results 1 – 25 of 31) sorted by relevance

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DDualNonPaymentEmulatorActivity.java34 … CommandApdu[] commandSequences = new CommandApdu[TransportService2.APDU_COMMAND_SEQUENCE.length + in buildReaderIntent()
35 AccessService.APDU_COMMAND_SEQUENCE.length]; in buildReaderIntent()
36 System.arraycopy(TransportService2.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent()
37 TransportService2.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
38 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent()
39 TransportService2.APDU_COMMAND_SEQUENCE.length, in buildReaderIntent()
40 AccessService.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
DOnAndOffHostEmulatorActivity.java35 … CommandApdu[] commandSequences = new CommandApdu[OffHostService.APDU_COMMAND_SEQUENCE.length + in buildReaderIntent()
36 AccessService.APDU_COMMAND_SEQUENCE.length]; in buildReaderIntent()
37 System.arraycopy(OffHostService.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent()
38 OffHostService.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
39 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent()
40 OffHostService.APDU_COMMAND_SEQUENCE.length, in buildReaderIntent()
41 AccessService.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
DDualNonPaymentPrefixEmulatorActivity.java44 …andApdu[] commandSequences = new CommandApdu[PrefixTransportService1.APDU_COMMAND_SEQUENCE.length + in buildReaderIntent()
45 PrefixAccessService.APDU_COMMAND_SEQUENCE.length]; in buildReaderIntent()
46 System.arraycopy(PrefixTransportService1.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0, in buildReaderIntent()
47 PrefixTransportService1.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
48 System.arraycopy(PrefixAccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences, in buildReaderIntent()
49 PrefixTransportService1.APDU_COMMAND_SEQUENCE.length, in buildReaderIntent()
50 PrefixAccessService.APDU_COMMAND_SEQUENCE.length); in buildReaderIntent()
DTransportService1.java10 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in TransportService1
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService1()
DTransportService2.java10 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in TransportService2
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService2()
DAccessService.java10 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in AccessService
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in AccessService()
DPaymentService2.java10 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PaymentService2
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService2()
DPrefixPaymentService1.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PrefixPaymentService1
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService1()
DPaymentService1.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PaymentService1
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService1()
DPaymentServiceDynamicAids.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PaymentServiceDynamicAids
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentServiceDynamicAids()
DPrefixPaymentService2.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PrefixPaymentService2
29 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService2()
DPrefixTransportService2.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PrefixTransportService2
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService2()
DPrefixAccessService.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PrefixAccessService
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixAccessService()
DPrefixTransportService1.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in PrefixTransportService1
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService1()
DThroughputService.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in ThroughputService
51 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in ThroughputService()
DDefaultRouteEmulatorActivity.java12 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in DefaultRouteEmulatorActivity
39 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DThroughputEmulatorActivity.java41 ThroughputService.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
52 long timePerApdu = duration / ThroughputService.APDU_COMMAND_SEQUENCE.length; in onApduSequenceComplete()
DOffHostService.java10 public static final CommandApdu[] APDU_COMMAND_SEQUENCE = { field in OffHostService
DSingleNonPaymentEmulatorActivity.java34 TransportService1.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DOffHostEmulatorActivity.java35 OffHostService.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DConflictingNonPaymentEmulatorActivity.java35 TransportService2.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DForegroundNonPaymentEmulatorActivity.java43 TransportService2.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DSinglePaymentEmulatorActivity.java48 PaymentService1.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DTapTestEmulatorActivity.java44 TransportService1.APDU_COMMAND_SEQUENCE); in buildReaderIntent()
DConflictingNonPaymentPrefixEmulatorActivity.java41 …erIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, PrefixTransportService2.APDU_COMMAND_SEQUENCE); in buildReaderIntent()

12