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

1 2 3 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
AccessService.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
ThroughputService.java 8 static final ComponentName COMPONENT =
56 return COMPONENT;
TransportService1.java 6 static final ComponentName COMPONENT =
26 return COMPONENT;
TransportService2.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;
OffHostService.java 6 public static final ComponentName COMPONENT =
DualPaymentEmulatorActivity.java 30 setupServices(this, PaymentService2.COMPONENT);
42 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
47 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
80 void onApduSequenceComplete(ComponentName component, long duration) {
81 if (component.equals(PaymentService2.COMPONENT)) {
ChangeDefaultEmulatorActivity.java 34 setupServices(this, PaymentService2.COMPONENT);
46 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
51 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
89 void onApduSequenceComplete(ComponentName component, long duration) {
90 if (component.equals(PaymentService1.COMPONENT)) {
99 changeDefault.putExtra(CardEmulation.EXTRA_SERVICE_COMPONENT, PaymentService1.COMPONENT);
ConflictingNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
45 if (component.equals(TransportService2.COMPONENT)) {
BaseEmulatorActivity.java 33 PaymentService1.COMPONENT,
34 PaymentService2.COMPONENT,
35 TransportService1.COMPONENT,
36 TransportService2.COMPONENT,
37 AccessService.COMPONENT,
38 ThroughputService.COMPONENT,
39 OffHostService.COMPONENT)
52 abstract void onApduSequenceComplete(ComponentName component, long duration);
81 // Get component whose sequence was completed
82 ComponentName component = intent.getParcelableExtra(HceUtils.EXTRA_COMPONENT)
116 HceUtils.enableComponent(getPackageManager(), component); local
119 HceUtils.disableComponent(getPackageManager(), component); local
    [all...]
DualNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService2.COMPONENT, AccessService.COMPONENT);
58 void onApduSequenceComplete(ComponentName component, long duration) {
59 if (component.equals(TransportService2.COMPONENT)) {
OnAndOffHostEmulatorActivity.java 20 setupServices(this, OffHostService.COMPONENT, AccessService.COMPONENT);
62 void onApduSequenceComplete(ComponentName component, long duration) {
63 if (component.equals(AccessService.COMPONENT)) {
SinglePaymentEmulatorActivity.java 22 setupServices(this, PaymentService1.COMPONENT);
34 PaymentService1.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
60 void onApduSequenceComplete(ComponentName component, long duration) {
61 if (component.equals(PaymentService1.COMPONENT)) {
SingleNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT);
43 void onApduSequenceComplete(ComponentName component, long duration) {
44 if (component.equals(TransportService1.COMPONENT)) {
TapTestEmulatorActivity.java 25 setupServices(this, TransportService1.COMPONENT);
53 void onApduSequenceComplete(ComponentName component, long duration) {
54 if (component.equals(TransportService1.COMPONENT)) {
ThroughputEmulatorActivity.java 24 setupServices(this, ThroughputService.COMPONENT);
50 void onApduSequenceComplete(ComponentName component, long duration) {
51 if (component.equals(ThroughputService.COMPONENT)) {
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc 18 LoadAndExpectSuccess("experimental.json", extensions::Manifest::COMPONENT);
extension_manifests_chromepermission_unittest.cc 43 extensions::Manifest::COMPONENT,
  /external/chromium_org/chrome/common/extensions/features/
feature.cc 27 if (location == Manifest::COMPONENT)
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/
CtsDeviceJankUi.java 28 private final static String COMPONENT =
31 private static String APP_WINDOW_NAME = COMPONENT;
40 sb.append(String.format(START_CMD, COMPONENT));
  /external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc 50 // If this is a component extension, then apply the same poliy for
52 // WebContents::GetWebkitPrefs). This is important for component extensions
57 if (extension->location() == extensions::Manifest::COMPONENT &&
admin_policy.cc 19 extension->location() != extensions::Manifest::COMPONENT &&
59 // Component extensions are always allowed.
60 if (extension->location() == Manifest::COMPONENT)
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 25 private final static String COMPONENT =
63 sb.append(String.format(START_CMD, COMPONENT));
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 188 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
196 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
204 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
213 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
221 base::FilePath(), Manifest::COMPONENT, manifest, 0, &error);
234 Manifest::COMPONENT, base::FilePath(),

Completed in 1417 milliseconds

1 2 3 4