Home
last modified time | relevance | path

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

12

/packages/modules/Nfc/NfcNci/testutils/src/com/android/nfc/emulator/
DDualNonPaymentPrefixEmulatorActivity.java36 setupServices(PrefixTransportService1.COMPONENT, PrefixAccessService.COMPONENT); in onCreate()
43 this, PrefixAccessService.COMPONENT); in onResume()
60 PrefixTransportService1.COMPONENT, in onServicesSetup()
64 PrefixAccessService.COMPONENT, in onServicesSetup()
71 if (component.equals(PrefixAccessService.COMPONENT)) { in onApduSequenceComplete()
78 return PrefixAccessService.COMPONENT; in getPreferredServiceComponent()
DConflictingNonPaymentPrefixEmulatorActivity.java43 PrefixTransportService1.COMPONENT, PrefixTransportService2.COMPONENT); in onCreate()
54 PrefixTransportService1.COMPONENT, in onServicesSetup()
58 PrefixTransportService2.COMPONENT, in onServicesSetup()
65 if (component.equals(PrefixTransportService2.COMPONENT)) { in onApduSequenceComplete()
83 return PrefixTransportService2.COMPONENT; in getPreferredServiceComponent()
DPrefixPaymentEmulator2Activity.java34 setupServices(PrefixPaymentService2.COMPONENT); in onResume()
42 PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); in onServicesSetup()
50 if (component.equals(PrefixPaymentService1.COMPONENT)) { in onApduSequenceComplete()
58 return PrefixPaymentService1.COMPONENT; in getPreferredServiceComponent()
DPrefixPaymentEmulatorActivity.java40 setupServices(PrefixPaymentService1.COMPONENT); in onResume()
48 PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); in onServicesSetup()
56 if (component.equals(PrefixPaymentService1.COMPONENT)) { in onApduSequenceComplete()
63 return PrefixPaymentService1.COMPONENT; in getPreferredServiceComponent()
DAccessServiceTurnObserveModeOnProcessApduEmulatorActivity.java32 if (component.equals(AccessServiceTurnObserveModeOnProcessApdu.COMPONENT)) { in onApduSequenceComplete()
40 setupServices(AccessServiceTurnObserveModeOnProcessApdu.COMPONENT); in onResume()
46 this, AccessServiceTurnObserveModeOnProcessApdu.COMPONENT); in onServicesSetup()
51 return AccessServiceTurnObserveModeOnProcessApdu.COMPONENT; in getPreferredServiceComponent()
DOffHostEmulatorActivity.java30 setupServices(OffHostService.COMPONENT, PollingLoopService.COMPONENT); in onCreate()
40 this, PollingLoopService.COMPONENT); in onResume()
56 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
DDynamicAidEmulatorActivity.java37 setupServices(PaymentServiceDynamicAids.COMPONENT); in onResume()
47 PaymentServiceDynamicAids.COMPONENT, in onServicesSetup()
55 if (component.equals(PaymentServiceDynamicAids.COMPONENT)) { in onApduSequenceComplete()
62 return PaymentServiceDynamicAids.COMPONENT; in getPreferredServiceComponent()
DLargeNumAidsEmulatorActivity.java35 if (component.equals(LargeNumAidsService.COMPONENT)) { in onApduSequenceComplete()
43 setupServices(LargeNumAidsService.COMPONENT); in onResume()
56 LargeNumAidsService.COMPONENT, in onServicesSetup()
69 return LargeNumAidsService.COMPONENT; in getPreferredServiceComponent()
DOnAndOffHostEmulatorActivity.java28 setupServices(OffHostService.COMPONENT, TransportService1.COMPONENT); in onCreate()
36 return TransportService1.COMPONENT; in getPreferredServiceComponent()
DScreenOnOnlyOffHostEmulatorActivity.java31 setupServices(ScreenOnOnlyOffHostService.COMPONENT); in onCreate()
36 return ScreenOnOnlyOffHostService.COMPONENT; in getPreferredServiceComponent()
43 ScreenOnOnlyOffHostService.COMPONENT, "eSE"); in onServicesSetup()
DThroughputEmulatorActivity.java38 setupServices(ThroughputService.COMPONENT); in onResume()
43 return ThroughputService.COMPONENT; in getPreferredServiceComponent()
48 if (component.equals(ThroughputService.COMPONENT)) { in onApduSequenceComplete()
DPN532Activity.java18 setupServices(PollingLoopService.COMPONENT); in onCreate()
24 mCardEmulation.setPreferredService(this, PollingLoopService.COMPONENT); in onResume()
35 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
DScreenOffPaymentEmulatorActivity.java41 setupServices(ScreenOffPaymentService.COMPONENT); in onCreate()
71 if (component.equals(ScreenOffPaymentService.COMPONENT) in onApduSequenceComplete()
79 return ScreenOffPaymentService.COMPONENT; in getPreferredServiceComponent()
DTwoPollingFrameEmulatorActivity.java51 setupServices(PollingLoopService.COMPONENT, PollingLoopService2.COMPONENT); in onCreate()
82 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxRestrictionsUnitTest.java75 private static final ComponentName COMPONENT = field in SdkSandboxRestrictionsUnitTest
409 /* action= */ INTENT_ACTION, /* packageName= */ null, /* component= */ COMPONENT); in testServiceRestriction_packageNameNotSet()
474 /* component= */ COMPONENT)); in testServiceRestriction_noFieldsSet()
517 /* componentClassName= */ COMPONENT.getClassName(), in testServiceRestriction_threeFieldsSet()
524 /* componentPackageName= */ COMPONENT.getPackageName())); in testServiceRestriction_threeFieldsSet()
529 /* componentClassName= */ COMPONENT.getClassName(), in testServiceRestriction_threeFieldsSet()
530 /* componentPackageName= */ COMPONENT.getPackageName())); in testServiceRestriction_threeFieldsSet()
535 /* componentClassName= */ COMPONENT.getClassName(), in testServiceRestriction_threeFieldsSet()
536 /* componentPackageName= */ COMPONENT.getPackageName())); in testServiceRestriction_threeFieldsSet()
546 COMPONENT.getPackageName(), "randomClassName.test")); in testServiceRestriction_threeFieldsSet()
[all …]
/packages/modules/Nfc/NfcNci/testutils/src/com/android/nfc/service/
DPaymentServiceNoIndexReset.java28 public static final ComponentName COMPONENT = field in PaymentServiceNoIndexReset
34 return PaymentServiceNoIndexReset.COMPONENT; in getComponent()
DPrefixAccessService.java22 public static final ComponentName COMPONENT = field in PrefixAccessService
34 return PrefixAccessService.COMPONENT; in getComponent()
DPrefixTransportService1.java22 public static final ComponentName COMPONENT = field in PrefixTransportService1
35 return PrefixTransportService1.COMPONENT; in getComponent()
DPaymentServiceDynamicAids.java22 public static final ComponentName COMPONENT = field in PaymentServiceDynamicAids
33 return PaymentServiceDynamicAids.COMPONENT; in getComponent()
DScreenOffPaymentService.java22 public static final ComponentName COMPONENT = field in ScreenOffPaymentService
35 return ScreenOffPaymentService.COMPONENT; in getComponent()
DLargeNumAidsService.java22 public static final ComponentName COMPONENT = new ComponentName( field in LargeNumAidsService
33 return LargeNumAidsService.COMPONENT; in getComponent()
DPrefixPaymentService2.java22 public static final ComponentName COMPONENT = field in PrefixPaymentService2
35 return PrefixPaymentService2.COMPONENT; in getComponent()
DPrefixPaymentService1.java22 public static final ComponentName COMPONENT = field in PrefixPaymentService1
35 return PrefixPaymentService1.COMPONENT; in getComponent()
DTransportService2.java22 public static final ComponentName COMPONENT = field in TransportService2
34 return TransportService2.COMPONENT; in getComponent()
DAccessService.java22 public static final ComponentName COMPONENT = new ComponentName( field in AccessService
34 return AccessService.COMPONENT; in getComponent()

12