HomeSort by relevance Sort by last modified time
    Searched refs:PaymentService2 (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
PaymentService2.java 5 public class PaymentService2 extends HceService {
8 PaymentService2.class.getName());
20 public PaymentService2() {
DualPaymentEmulatorActivity.java 30 setupServices(this, PaymentService2.COMPONENT);
42 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
47 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
51 builder.setMessage("PaymentService2 is not the default service according " +
71 PaymentService2.APDU_COMMAND_SEQUENCE);
73 PaymentService2.APDU_RESPOND_SEQUENCE);
81 if (component.equals(PaymentService2.COMPONENT)) {
ChangeDefaultEmulatorActivity.java 34 setupServices(this, PaymentService2.COMPONENT);
46 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
51 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
55 builder.setMessage("PaymentService2 is not the default service according " +
BaseEmulatorActivity.java 34 PaymentService2.COMPONENT,

Completed in 551 milliseconds