/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 | 32 setupServices(this, PaymentService2.COMPONENT); 44 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT); 47 if (!makePaymentDefault(PaymentService2.COMPONENT, 51 makePaymentDefault(PaymentService1.COMPONENT, R.string.nfc_hce_change_default_help); 78 void onApduSequenceComplete(ComponentName component, long duration) { 79 if (component.equals(PaymentService1.COMPONENT)) { 85 void onPaymentDefaultResult(ComponentName component, boolean success) { 89 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 | 30 setupServices(this, PaymentService2.COMPONENT); 42 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT); 46 if (makePaymentDefault(PaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) { 55 void onPaymentDefaultResult(ComponentName component, boolean success) { 80 void onApduSequenceComplete(ComponentName component, long duration) { 81 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 | 29 setupServices(this, PrefixPaymentService2.COMPONENT); 41 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); 45 if (makePaymentDefault(PrefixPaymentService2.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) { 54 void onPaymentDefaultResult(ComponentName component, boolean success) { 79 void onApduSequenceComplete(ComponentName component, long duration) { 80 if (component.equals(PrefixPaymentService2.COMPONENT)) {
|
PrefixPaymentEmulatorActivity.java | 29 setupServices(this, PrefixPaymentService1.COMPONENT); 41 setupServices(this, PrefixPaymentService1.COMPONENT, PrefixPaymentService2.COMPONENT); 45 if (makePaymentDefault(PrefixPaymentService1.COMPONENT, R.string.nfc_hce_change_preinstalled_wallet)) { 54 void onPaymentDefaultResult(ComponentName component, boolean success) { 79 void onApduSequenceComplete(ComponentName component, long duration) { 80 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, 148 HceUtils.enableComponent(getPackageManager(), component); local 151 HceUtils.disableComponent(getPackageManager(), component); local [all...] |
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)) {
|
SinglePaymentEmulatorActivity.java | 19 setupServices(this, PaymentService1.COMPONENT); 30 if (makePaymentDefault(PaymentService1.COMPONENT, 39 void onPaymentDefaultResult(ComponentName component, boolean success) { 57 void onApduSequenceComplete(ComponentName component, long duration) { 58 if (component.equals(PaymentService1.COMPONENT)) {
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_experimental_unittest.cc | 18 LoadAndExpectSuccess("experimental.json", extensions::Manifest::COMPONENT);
|