Home
last modified time | relevance | path

Searched refs:COMPONENT (Results 1 – 25 of 53) sorted by relevance

123

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java36 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 …]
DChangeDefaultEmulatorActivity.java31 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()
DConflictingNonPaymentPrefixEmulatorActivity.java21 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()
DDualPaymentEmulatorActivity.java29 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()
DPrefixPaymentEmulatorActivity.java28 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()
DForegroundPaymentEmulatorActivity.java32 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()
DPrefixPaymentEmulator2Activity.java28 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()
DForegroundNonPaymentEmulatorActivity.java23 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT); in onResume()
35 mCardEmulation.setPreferredService(this, TransportService2.COMPONENT); in onServicesSetup()
53 if (component.equals(TransportService2.COMPONENT)) { in onApduSequenceComplete()
DDualNonPaymentPrefixEmulatorActivity.java21 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()
DDynamicAidEmulatorActivity.java22 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()
DConflictingNonPaymentEmulatorActivity.java18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT); in onCreate()
45 if (component.equals(TransportService2.COMPONENT)) { in onApduSequenceComplete()
DSinglePaymentEmulatorActivity.java19 setupServices(this, PaymentService1.COMPONENT); in onCreate()
30 if (makePaymentDefault(PaymentService1.COMPONENT, in onServicesSetup()
58 if (component.equals(PaymentService1.COMPONENT)) { in onApduSequenceComplete()
DLargeNumAidsEmulatorActivity.java22 setupServices(this, LargeNumAidsService.COMPONENT); in onCreate()
38 mCardEmulation.registerAidsForService(LargeNumAidsService.COMPONENT, in onServicesSetup()
44 if (component.equals(LargeNumAidsService.COMPONENT)) { in onApduSequenceComplete()
DAccessService.java6 static final ComponentName COMPONENT = field in AccessService
26 return COMPONENT; in getComponent()
DTransportService1.java6 static final ComponentName COMPONENT = field in TransportService1
26 return COMPONENT; in getComponent()
DTransportService2.java6 static final ComponentName COMPONENT = field in TransportService2
26 return COMPONENT; in getComponent()
DPaymentService2.java6 static final ComponentName COMPONENT = field in PaymentService2
26 return COMPONENT; in getComponent()
DPaymentServiceDynamicAids.java8 static final ComponentName COMPONENT = field in PaymentServiceDynamicAids
30 return COMPONENT; in getComponent()
DScreenOffPaymentService.java8 static final ComponentName COMPONENT = field in ScreenOffPaymentService
30 return COMPONENT; in getComponent()
DPaymentService1.java8 static final ComponentName COMPONENT = field in PaymentService1
30 return COMPONENT; in getComponent()
DPrefixPaymentService1.java8 static final ComponentName COMPONENT = field in PrefixPaymentService1
30 return COMPONENT; in getComponent()
DPrefixTransportService2.java8 static final ComponentName COMPONENT = field in PrefixTransportService2
32 return COMPONENT; in getComponent()
DPrefixTransportService1.java8 static final ComponentName COMPONENT = field in PrefixTransportService1
32 return COMPONENT; in getComponent()
DPrefixAccessService.java8 static final ComponentName COMPONENT = field in PrefixAccessService
32 return COMPONENT; in getComponent()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DComponents.java25 ComponentName COMPONENT = component("UntrustedTouchTestService"); field
29 ComponentName COMPONENT = component("OverlayActivity"); field
37 ComponentName COMPONENT = component("ExitAnimationActivity"); field
51 ComponentName COMPONENT = component("ToastActivity"); field

123