/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | BaseEmulatorActivity.java | 36 PaymentService1.COMPONENT, 37 PaymentService2.COMPONENT, 38 TransportService1.COMPONENT, 39 TransportService2.COMPONENT, 40 AccessService.COMPONENT, 41 ThroughputService.COMPONENT, 42 OffHostService.COMPONENT, 43 PaymentServiceDynamicAids.COMPONENT, 44 PrefixPaymentService1.COMPONENT, 45 PrefixPaymentService2.COMPONENT, [all …]
|
D | ChangeDefaultEmulatorActivity.java | 31 setupServices(this, PaymentService2.COMPONENT); in onCreate() 43 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT); in onServicesSetup() 46 if (!makePaymentDefault(PaymentService2.COMPONENT, in onServicesSetup() 50 makePaymentDefault(PaymentService1.COMPONENT, R.string.nfc_hce_change_default_help); in onServicesSetup() 75 if (component.equals(PaymentService1.COMPONENT)) { in onApduSequenceComplete() 85 makePaymentDefault(PaymentService1.COMPONENT, R.string.nfc_hce_change_default_help); in onPaymentDefaultResult()
|
D | ConflictingNonPaymentPrefixEmulatorActivity.java | 21 setupServices(this, PrefixTransportService1.COMPONENT, PrefixTransportService2.COMPONENT); in onCreate() 34 …mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup() 35 …mCardEmulation.registerAidsForService(PrefixTransportService2.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup() 50 if (component.equals(PrefixTransportService2.COMPONENT)) { in onApduSequenceComplete()
|
D | PrefixPaymentEmulatorActivity.java | 28 setupServices(this, PrefixPaymentService1.COMPONENT); in onCreate() 40 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); in onServicesSetup() 44 …if (makePaymentDefault(PrefixPaymentService1.COMPONENT, R.string.nfc_hce_change_preinstalled_walle… in onServicesSetup() 76 if (component.equals(PrefixPaymentService1.COMPONENT)) { in onApduSequenceComplete()
|
D | PrefixPaymentEmulator2Activity.java | 28 setupServices(this, PrefixPaymentService2.COMPONENT); in onCreate() 40 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); in onServicesSetup() 44 …if (makePaymentDefault(PrefixPaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_walle… in onServicesSetup() 76 if (component.equals(PrefixPaymentService2.COMPONENT)) { in onApduSequenceComplete()
|
D | DualPaymentEmulatorActivity.java | 29 setupServices(this, PaymentService2.COMPONENT); in onCreate() 41 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT); in onServicesSetup() 45 … if (makePaymentDefault(PaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) { in onServicesSetup() 77 if (component.equals(PaymentService2.COMPONENT)) { in onApduSequenceComplete()
|
D | ForegroundPaymentEmulatorActivity.java | 32 setupServices(this, PaymentService2.COMPONENT, PaymentService1.COMPONENT); in onResume() 38 if (!makePaymentDefault(PaymentService1.COMPONENT, in onServicesSetup() 40 mCardEmulation.setPreferredService(this, PaymentService2.COMPONENT); in onServicesSetup() 71 if (component.equals(PaymentService2.COMPONENT)) { in onApduSequenceComplete()
|
D | ForegroundNonPaymentEmulatorActivity.java | 23 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT); in onResume() 35 mCardEmulation.setPreferredService(this, TransportService2.COMPONENT); in onServicesSetup() 53 if (component.equals(TransportService2.COMPONENT)) { in onApduSequenceComplete()
|
D | DualNonPaymentPrefixEmulatorActivity.java | 21 setupServices(this, PrefixTransportService1.COMPONENT, PrefixAccessService.COMPONENT); in onCreate() 36 …mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup() 37 …mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER,… in onServicesSetup() 69 if (component.equals(PrefixAccessService.COMPONENT)) { in onApduSequenceComplete()
|
D | DynamicAidEmulatorActivity.java | 22 setupServices(this, PaymentServiceDynamicAids.COMPONENT); in onCreate() 38 mCardEmulation.registerAidsForService(PaymentServiceDynamicAids.COMPONENT, in onServicesSetup() 41 if (makePaymentDefault(PaymentServiceDynamicAids.COMPONENT, in onServicesSetup() 58 if (component.equals(PaymentServiceDynamicAids.COMPONENT)) { in onApduSequenceComplete()
|
D | ConflictingNonPaymentEmulatorActivity.java | 18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT); in onCreate() 45 if (component.equals(TransportService2.COMPONENT)) { in onApduSequenceComplete()
|
D | SinglePaymentEmulatorActivity.java | 19 setupServices(this, PaymentService1.COMPONENT); in onCreate() 30 if (makePaymentDefault(PaymentService1.COMPONENT, in onServicesSetup() 58 if (component.equals(PaymentService1.COMPONENT)) { in onApduSequenceComplete()
|
D | LargeNumAidsEmulatorActivity.java | 22 setupServices(this, LargeNumAidsService.COMPONENT); in onCreate() 38 mCardEmulation.registerAidsForService(LargeNumAidsService.COMPONENT, in onServicesSetup() 44 if (component.equals(LargeNumAidsService.COMPONENT)) { in onApduSequenceComplete()
|
D | TransportService1.java | 6 static final ComponentName COMPONENT = field in TransportService1 26 return COMPONENT; in getComponent()
|
D | TransportService2.java | 6 static final ComponentName COMPONENT = field in TransportService2 26 return COMPONENT; in getComponent()
|
D | AccessService.java | 6 static final ComponentName COMPONENT = field in AccessService 26 return COMPONENT; in getComponent()
|
D | PaymentService2.java | 6 static final ComponentName COMPONENT = field in PaymentService2 26 return COMPONENT; in getComponent()
|
D | PaymentServiceDynamicAids.java | 8 static final ComponentName COMPONENT = field in PaymentServiceDynamicAids 30 return COMPONENT; in getComponent()
|
D | PaymentService1.java | 8 static final ComponentName COMPONENT = field in PaymentService1 30 return COMPONENT; in getComponent()
|
D | PrefixPaymentService1.java | 8 static final ComponentName COMPONENT = field in PrefixPaymentService1 30 return COMPONENT; in getComponent()
|
D | PrefixTransportService2.java | 8 static final ComponentName COMPONENT = field in PrefixTransportService2 32 return COMPONENT; in getComponent()
|
D | PrefixPaymentService2.java | 8 static final ComponentName COMPONENT = field in PrefixPaymentService2 34 return COMPONENT; in getComponent()
|
D | PrefixTransportService1.java | 8 static final ComponentName COMPONENT = field in PrefixTransportService1 32 return COMPONENT; in getComponent()
|
D | PrefixAccessService.java | 8 static final ComponentName COMPONENT = field in PrefixAccessService 32 return COMPONENT; in getComponent()
|
D | OnAndOffHostEmulatorActivity.java | 20 setupServices(this, OffHostService.COMPONENT, AccessService.COMPONENT); in onCreate() 63 if (component.equals(AccessService.COMPONENT)) { in onApduSequenceComplete()
|