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

1 2 3

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
AccessService.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
PaymentService1.java 8 static final ComponentName COMPONENT =
30 return COMPONENT;
PaymentService2.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
PaymentServiceDynamicAids.java 8 static final ComponentName COMPONENT =
30 return COMPONENT;
PrefixPaymentService1.java 8 static final ComponentName COMPONENT =
30 return COMPONENT;
TransportService1.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
TransportService2.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
ChangeDefaultEmulatorActivity.java 31 setupServices(this, PaymentService2.COMPONENT);
43 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
46 if (!makePaymentDefault(PaymentService2.COMPONENT,
50 makePaymentDefault(PaymentService1.COMPONENT, R.string.nfc_hce_change_default_help);
74 void onApduSequenceComplete(ComponentName component, long duration) {
75 if (component.equals(PaymentService1.COMPONENT)) {
81 void onPaymentDefaultResult(ComponentName component, boolean success) {
85 makePaymentDefault(PaymentService1.COMPONENT, R.string.nfc_hce_change_default_help)
    [all...]
PrefixAccessService.java 8 static final ComponentName COMPONENT =
32 return COMPONENT;
PrefixPaymentService2.java 8 static final ComponentName COMPONENT =
34 return COMPONENT;
PrefixTransportService1.java 8 static final ComponentName COMPONENT =
32 return COMPONENT;
PrefixTransportService2.java 8 static final ComponentName COMPONENT =
32 return COMPONENT;
ForegroundNonPaymentEmulatorActivity.java 23 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT);
35 mCardEmulation.setPreferredService(this, TransportService2.COMPONENT);
52 void onApduSequenceComplete(ComponentName component, long duration) {
53 if (component.equals(TransportService2.COMPONENT)) {
OffHostService.java 6 public static final ComponentName COMPONENT =
ConflictingNonPaymentPrefixEmulatorActivity.java 21 setupServices(this, PrefixTransportService1.COMPONENT, PrefixTransportService2.COMPONENT);
34 mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OTHER, service_aids);
35 mCardEmulation.registerAidsForService(PrefixTransportService2.COMPONENT, CardEmulation.CATEGORY_OTHER, service_aids);
49 void onApduSequenceComplete(ComponentName component, long duration) {
50 if (component.equals(PrefixTransportService2.COMPONENT)) {
DualPaymentEmulatorActivity.java 29 setupServices(this, PaymentService2.COMPONENT);
41 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
45 if (makePaymentDefault(PaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) {
54 void onPaymentDefaultResult(ComponentName component, boolean success) {
76 void onApduSequenceComplete(ComponentName component, long duration) {
77 if (component.equals(PaymentService2.COMPONENT)) {
ForegroundPaymentEmulatorActivity.java 32 setupServices(this, PaymentService2.COMPONENT, PaymentService1.COMPONENT);
38 if (!makePaymentDefault(PaymentService1.COMPONENT,
40 mCardEmulation.setPreferredService(this, PaymentService2.COMPONENT);
46 void onPaymentDefaultResult(ComponentName component, boolean success) {
70 void onApduSequenceComplete(ComponentName component, long duration) {
71 if (component.equals(PaymentService2.COMPONENT)) {
PrefixPaymentEmulator2Activity.java 28 setupServices(this, PrefixPaymentService2.COMPONENT);
40 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT);
44 if (makePaymentDefault(PrefixPaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) {
53 void onPaymentDefaultResult(ComponentName component, boolean success) {
75 void onApduSequenceComplete(ComponentName component, long duration) {
76 if (component.equals(PrefixPaymentService2.COMPONENT)) {
PrefixPaymentEmulatorActivity.java 28 setupServices(this, PrefixPaymentService1.COMPONENT);
40 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT);
44 if (makePaymentDefault(PrefixPaymentService1.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) {
53 void onPaymentDefaultResult(ComponentName component, boolean success) {
75 void onApduSequenceComplete(ComponentName component, long duration) {
76 if (component.equals(PrefixPaymentService1.COMPONENT)) {
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,
159 HceUtils.enableComponent(getPackageManager(), component); local
162 HceUtils.disableComponent(getPackageManager(), component); local
    [all...]
LargeNumAidsService.java 8 static final ComponentName COMPONENT =
35 return COMPONENT;
ThroughputService.java 8 static final ComponentName COMPONENT =
56 return COMPONENT;
DynamicAidEmulatorActivity.java 22 setupServices(this, PaymentServiceDynamicAids.COMPONENT);
38 mCardEmulation.registerAidsForService(PaymentServiceDynamicAids.COMPONENT,
41 if (makePaymentDefault(PaymentServiceDynamicAids.COMPONENT,
50 void onPaymentDefaultResult(ComponentName component, boolean success) {
57 void onApduSequenceComplete(ComponentName component, long duration) {
58 if (component.equals(PaymentServiceDynamicAids.COMPONENT)) {
ConflictingNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
45 if (component.equals(TransportService2.COMPONENT)) {
LargeNumAidsEmulatorActivity.java 22 setupServices(this, LargeNumAidsService.COMPONENT);
38 mCardEmulation.registerAidsForService(LargeNumAidsService.COMPONENT,
43 void onApduSequenceComplete(ComponentName component, long duration) {
44 if (component.equals(LargeNumAidsService.COMPONENT)) {

Completed in 234 milliseconds

1 2 3