/packages/modules/Nfc/NfcNci/testutils/src/com/android/nfc/emulator/ |
D | DualNonPaymentPrefixEmulatorActivity.java | 36 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()
|
D | ConflictingNonPaymentPrefixEmulatorActivity.java | 43 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()
|
D | PrefixPaymentEmulator2Activity.java | 34 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()
|
D | PrefixPaymentEmulatorActivity.java | 40 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()
|
D | AccessServiceTurnObserveModeOnProcessApduEmulatorActivity.java | 32 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()
|
D | OffHostEmulatorActivity.java | 30 setupServices(OffHostService.COMPONENT, PollingLoopService.COMPONENT); in onCreate() 40 this, PollingLoopService.COMPONENT); in onResume() 56 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
|
D | DynamicAidEmulatorActivity.java | 37 setupServices(PaymentServiceDynamicAids.COMPONENT); in onResume() 47 PaymentServiceDynamicAids.COMPONENT, in onServicesSetup() 55 if (component.equals(PaymentServiceDynamicAids.COMPONENT)) { in onApduSequenceComplete() 62 return PaymentServiceDynamicAids.COMPONENT; in getPreferredServiceComponent()
|
D | LargeNumAidsEmulatorActivity.java | 35 if (component.equals(LargeNumAidsService.COMPONENT)) { in onApduSequenceComplete() 43 setupServices(LargeNumAidsService.COMPONENT); in onResume() 56 LargeNumAidsService.COMPONENT, in onServicesSetup() 69 return LargeNumAidsService.COMPONENT; in getPreferredServiceComponent()
|
D | OnAndOffHostEmulatorActivity.java | 28 setupServices(OffHostService.COMPONENT, TransportService1.COMPONENT); in onCreate() 36 return TransportService1.COMPONENT; in getPreferredServiceComponent()
|
D | ScreenOnOnlyOffHostEmulatorActivity.java | 31 setupServices(ScreenOnOnlyOffHostService.COMPONENT); in onCreate() 36 return ScreenOnOnlyOffHostService.COMPONENT; in getPreferredServiceComponent() 43 ScreenOnOnlyOffHostService.COMPONENT, "eSE"); in onServicesSetup()
|
D | ThroughputEmulatorActivity.java | 38 setupServices(ThroughputService.COMPONENT); in onResume() 43 return ThroughputService.COMPONENT; in getPreferredServiceComponent() 48 if (component.equals(ThroughputService.COMPONENT)) { in onApduSequenceComplete()
|
D | PN532Activity.java | 18 setupServices(PollingLoopService.COMPONENT); in onCreate() 24 mCardEmulation.setPreferredService(this, PollingLoopService.COMPONENT); in onResume() 35 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
|
D | ScreenOffPaymentEmulatorActivity.java | 41 setupServices(ScreenOffPaymentService.COMPONENT); in onCreate() 71 if (component.equals(ScreenOffPaymentService.COMPONENT) in onApduSequenceComplete() 79 return ScreenOffPaymentService.COMPONENT; in getPreferredServiceComponent()
|
D | TwoPollingFrameEmulatorActivity.java | 51 setupServices(PollingLoopService.COMPONENT, PollingLoopService2.COMPONENT); in onCreate() 82 return PollingLoopService.COMPONENT; in getPreferredServiceComponent()
|
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxRestrictionsUnitTest.java | 75 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/ |
D | PaymentServiceNoIndexReset.java | 28 public static final ComponentName COMPONENT = field in PaymentServiceNoIndexReset 34 return PaymentServiceNoIndexReset.COMPONENT; in getComponent()
|
D | PrefixAccessService.java | 22 public static final ComponentName COMPONENT = field in PrefixAccessService 34 return PrefixAccessService.COMPONENT; in getComponent()
|
D | PrefixTransportService1.java | 22 public static final ComponentName COMPONENT = field in PrefixTransportService1 35 return PrefixTransportService1.COMPONENT; in getComponent()
|
D | PaymentServiceDynamicAids.java | 22 public static final ComponentName COMPONENT = field in PaymentServiceDynamicAids 33 return PaymentServiceDynamicAids.COMPONENT; in getComponent()
|
D | ScreenOffPaymentService.java | 22 public static final ComponentName COMPONENT = field in ScreenOffPaymentService 35 return ScreenOffPaymentService.COMPONENT; in getComponent()
|
D | LargeNumAidsService.java | 22 public static final ComponentName COMPONENT = new ComponentName( field in LargeNumAidsService 33 return LargeNumAidsService.COMPONENT; in getComponent()
|
D | PrefixPaymentService2.java | 22 public static final ComponentName COMPONENT = field in PrefixPaymentService2 35 return PrefixPaymentService2.COMPONENT; in getComponent()
|
D | PrefixPaymentService1.java | 22 public static final ComponentName COMPONENT = field in PrefixPaymentService1 35 return PrefixPaymentService1.COMPONENT; in getComponent()
|
D | TransportService2.java | 22 public static final ComponentName COMPONENT = field in TransportService2 34 return TransportService2.COMPONENT; in getComponent()
|
D | AccessService.java | 22 public static final ComponentName COMPONENT = new ComponentName( field in AccessService 34 return AccessService.COMPONENT; in getComponent()
|