/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | DualNonPaymentEmulatorActivity.java | 42 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()
|
D | OnAndOffHostEmulatorActivity.java | 43 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()
|
D | DualNonPaymentPrefixEmulatorActivity.java | 52 … 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()
|
D | TransportService1.java | 15 public static final String[] APDU_RESPOND_SEQUENCE = { field in TransportService1 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService1()
|
D | TransportService2.java | 15 public static final String[] APDU_RESPOND_SEQUENCE = { field in TransportService2 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in TransportService2()
|
D | AccessService.java | 15 public static final String[] APDU_RESPOND_SEQUENCE = { field in AccessService 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in AccessService()
|
D | PaymentService2.java | 15 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentService2 21 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService2()
|
D | PrefixPaymentService1.java | 18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixPaymentService1 25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService1()
|
D | PaymentService1.java | 18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentService1 25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentService1()
|
D | PaymentServiceDynamicAids.java | 18 public static final String[] APDU_RESPOND_SEQUENCE = { field in PaymentServiceDynamicAids 25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PaymentServiceDynamicAids()
|
D | PrefixPaymentService2.java | 20 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixPaymentService2 29 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixPaymentService2()
|
D | PrefixTransportService2.java | 19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixTransportService2 27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService2()
|
D | PrefixAccessService.java | 19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixAccessService 27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixAccessService()
|
D | PrefixTransportService1.java | 19 public static final String[] APDU_RESPOND_SEQUENCE = { field in PrefixTransportService1 27 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in PrefixTransportService1()
|
D | ThroughputService.java | 31 public static final String[] APDU_RESPOND_SEQUENCE = { field in ThroughputService 51 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); in ThroughputService()
|
D | OffHostService.java | 17 public static final String[] APDU_RESPOND_SEQUENCE = { field in OffHostService
|
D | SingleNonPaymentEmulatorActivity.java | 36 TransportService1.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | OffHostEmulatorActivity.java | 37 OffHostService.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | ConflictingNonPaymentEmulatorActivity.java | 37 TransportService2.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | ForegroundNonPaymentEmulatorActivity.java | 45 TransportService2.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | SinglePaymentEmulatorActivity.java | 50 PaymentService1.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | TapTestEmulatorActivity.java | 46 TransportService1.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | ConflictingNonPaymentPrefixEmulatorActivity.java | 42 …tent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, PrefixTransportService2.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | ThroughputEmulatorActivity.java | 43 ThroughputService.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|
D | PrefixPaymentEmulatorActivity.java | 72 PrefixPaymentService1.APDU_RESPOND_SEQUENCE); in buildReaderIntent()
|