HomeSort by relevance Sort by last modified time
    Searched refs:APDU_RESPOND_SEQUENCE (Results 1 - 25 of 30) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
AccessService.java 15 public static final String[] APDU_RESPOND_SEQUENCE = {
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PaymentService1.java 18 public static final String[] APDU_RESPOND_SEQUENCE = {
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PaymentService2.java 15 public static final String[] APDU_RESPOND_SEQUENCE = {
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PaymentServiceDynamicAids.java 18 public static final String[] APDU_RESPOND_SEQUENCE = {
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PrefixPaymentService1.java 18 public static final String[] APDU_RESPOND_SEQUENCE = {
25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
TransportService1.java 15 public static final String[] APDU_RESPOND_SEQUENCE = {
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
TransportService2.java 15 public static final String[] APDU_RESPOND_SEQUENCE = {
21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
DualNonPaymentEmulatorActivity.java 42 String[] responseSequences = new String[TransportService2.APDU_RESPOND_SEQUENCE.length +
43 AccessService.APDU_RESPOND_SEQUENCE.length];
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
45 TransportService2.APDU_RESPOND_SEQUENCE.length);
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
47 TransportService2.APDU_RESPOND_SEQUENCE.length,
48 AccessService.APDU_RESPOND_SEQUENCE.length);
OnAndOffHostEmulatorActivity.java 43 String[] responseSequences = new String[OffHostService.APDU_RESPOND_SEQUENCE.length +
44 AccessService.APDU_RESPOND_SEQUENCE.length];
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
46 OffHostService.APDU_RESPOND_SEQUENCE.length);
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
48 OffHostService.APDU_RESPOND_SEQUENCE.length,
49 AccessService.APDU_RESPOND_SEQUENCE.length);
PrefixAccessService.java 19 public static final String[] APDU_RESPOND_SEQUENCE = {
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PrefixPaymentService2.java 20 public static final String[] APDU_RESPOND_SEQUENCE = {
29 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PrefixTransportService1.java 19 public static final String[] APDU_RESPOND_SEQUENCE = {
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
PrefixTransportService2.java 19 public static final String[] APDU_RESPOND_SEQUENCE = {
27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
OffHostService.java 17 public static final String[] APDU_RESPOND_SEQUENCE = {
DualNonPaymentPrefixEmulatorActivity.java 52 String[] responseSequences = new String[PrefixTransportService1.APDU_RESPOND_SEQUENCE.length +
53 PrefixAccessService.APDU_RESPOND_SEQUENCE.length];
54 System.arraycopy(PrefixTransportService1.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
55 PrefixTransportService1.APDU_RESPOND_SEQUENCE.length);
56 System.arraycopy(PrefixAccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
57 PrefixTransportService1.APDU_RESPOND_SEQUENCE.length,
58 PrefixAccessService.APDU_RESPOND_SEQUENCE.length);
ThroughputService.java 31 public static final String[] APDU_RESPOND_SEQUENCE = {
51 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE);
ConflictingNonPaymentEmulatorActivity.java 37 TransportService2.APDU_RESPOND_SEQUENCE);
ForegroundNonPaymentEmulatorActivity.java 45 TransportService2.APDU_RESPOND_SEQUENCE);
OffHostEmulatorActivity.java 37 OffHostService.APDU_RESPOND_SEQUENCE);
SingleNonPaymentEmulatorActivity.java 36 TransportService1.APDU_RESPOND_SEQUENCE);
SinglePaymentEmulatorActivity.java 50 PaymentService1.APDU_RESPOND_SEQUENCE);
ChangeDefaultEmulatorActivity.java 67 PaymentService1.APDU_RESPOND_SEQUENCE);
ConflictingNonPaymentPrefixEmulatorActivity.java 42 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, PrefixTransportService2.APDU_RESPOND_SEQUENCE);
DualPaymentEmulatorActivity.java 69 PaymentService2.APDU_RESPOND_SEQUENCE);
DynamicAidEmulatorActivity.java 68 PaymentServiceDynamicAids.APDU_RESPOND_SEQUENCE);

Completed in 74 milliseconds

1 2