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

1 2

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_chromepermission_unittest.cc 50 extensions::Manifest::COMPONENT,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
OffHostService.java 6 public static final ComponentName COMPONENT =
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;
PrefixAccessService.java 8 static final ComponentName COMPONENT =
32 return COMPONENT;
PrefixPaymentService1.java 8 static final ComponentName COMPONENT =
30 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;
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;
  /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));
  /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));
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 92 if (filter != null && !filter.matches(r.component)) continue;
113 registerService(mCountdown.asInterface(), CountdownConditionProvider.COMPONENT,
116 registerService(mDowntime.asInterface(), DowntimeConditionProvider.COMPONENT,
131 if (info.component.equals(mExitConditionComponent)) {
140 if (!r.component.equals(info.component)) continue;
155 if (!r.component.equals(removed.component)) continue;
217 private ConditionRecord getRecordLocked(Uri id, ComponentName component) {
221 if (r.id.equals(id) && r.component.equals(component))
476 final ComponentName component = config.conditionComponents[i]; local
558 public final ComponentName component; field in class:ConditionProviders.ConditionRecord
    [all...]
CountdownConditionProvider.java 45 public static final ComponentName COMPONENT =
DowntimeConditionProvider.java 53 public static final ComponentName COMPONENT =
  /external/chromium_org/extensions/common/
manifest.h 35 COMPONENT, // An integral component of Chrome itself, which
46 EXTERNAL_COMPONENT, // Similar to COMPONENT in that it's considered an
109 return location == COMPONENT || location == EXTERNAL_COMPONENT;
  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 230 public static final ValueProvider COMPONENT = new ValueProvider("component") {
241 public static final ValueProvider COMPONENT_NAME = new ValueProvider("component-name") {
252 public static final ValueProvider COMPONENT_PACKAGE = new ValueProvider("component-package") {
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 335 COMPONENT,
361 if (extension->location() == Manifest::COMPONENT) {
362 MustRemainDisabledHistogram(COMPONENT);
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 76 COMPONENT,
90 "component",
701 else if (writeAccess == COMPONENT)
744 else if (readAccess == COMPONENT)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 76 COMPONENT,
90 "component",
659 else if (writeAccess == COMPONENT)
702 else if (readAccess == COMPONENT)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 

Completed in 189 milliseconds

1 2