HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT (Results 1 - 25 of 100) 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 33 setupServices(this, PaymentService2.COMPONENT);
45 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
50 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
73 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
98 void onApduSequenceComplete(ComponentName component, long duration) {
99 if (component.equals(PaymentService2.COMPONENT)) {
108 changeDefault.putExtra(CardEmulation.EXTRA_SERVICE_COMPONENT, PaymentService2.COMPONENT);
ChangeDefaultEmulatorActivity.java 36 setupServices(this, PaymentService2.COMPONENT);
48 setupServices(this, PaymentService1.COMPONENT, PaymentService2.COMPONENT);
53 PaymentService2.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
90 void onApduSequenceComplete(ComponentName component, long duration) {
91 if (component.equals(PaymentService1.COMPONENT)) {
101 changeDefault.putExtra(CardEmulation.EXTRA_SERVICE_COMPONENT, PaymentService1.COMPONENT);
106 changeDefault.putExtra(CardEmulation.EXTRA_SERVICE_COMPONENT, PaymentService2.COMPONENT);
116 PaymentService1.COMPONENT, CardEmulation.CATEGORY_PAYMENT))
    [all...]
ConflictingNonPaymentEmulatorActivity.java 18 setupServices(this, TransportService1.COMPONENT, TransportService2.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
45 if (component.equals(TransportService2.COMPONENT)) {
SinglePaymentEmulatorActivity.java 23 setupServices(this, PaymentService1.COMPONENT);
35 PaymentService1.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
58 void onApduSequenceComplete(ComponentName component, long duration) {
59 if (component.equals(PaymentService1.COMPONENT)) {
68 PaymentService1.COMPONENT, CardEmulation.CATEGORY_PAYMENT)) {
86 changeDefault.putExtra(CardEmulation.EXTRA_SERVICE_COMPONENT, PaymentService1.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)) {
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 49 extensions::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/extensions/common/features/
feature.cc 33 if (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(),
  /external/chromium_org/chrome/browser/extensions/
extension_util.cc 30 // If this is an existing component extension we always allow it to
32 if (extension && extension->location() == extensions::Manifest::COMPONENT)
47 if (extension && extension->location() == extensions::Manifest::COMPONENT) {
48 // This shouldn't be called for component extensions unless it is called
49 // by sync, for syncable component extensions.
  /external/chromium_org/extensions/browser/
admin_policy.cc 19 extension->location() != extensions::Manifest::COMPONENT &&
59 // Component extensions are always allowed.
60 if (extension->location() == Manifest::COMPONENT)

Completed in 246 milliseconds

1 2 3 4