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

1 2

  /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;
LargeNumAidsService.java 8 static final ComponentName COMPONENT =
35 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;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java 31 import dagger.Component;
138 /** An implicit binding to a {@link Component @Component}-annotated type. */
139 COMPONENT,
141 /** A provision method on a component's {@linkplain Component#dependencies() dependency}. */
145 * A subcomponent builder method on a component or subcomponent.
158 * A production method on a production component's
160 * {@link ListenableFuture}. Methods on production component dependencies that don't return a
ComponentDescriptor.java 28 import dagger.Component;
65 * The logical representation of a {@link Component} or {@link ProductionComponent} definition.
75 COMPONENT(Component.class, Component.Builder.class, true),
129 * The type (interface or abstract class) that defines the component. This is the element to which
130 * the {@link Component} annotation was applied.
135 * The set of component dependencies listed in {@link Component#dependencies}.
140 * The set of {@link ModuleDescriptor modules} declared directly in {@link Component#modules}
    [all...]
  /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") {
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 43 public static final ComponentName COMPONENT =
63 return COMPONENT;
EventConditionProvider.java 57 public static final ComponentName COMPONENT =
86 return COMPONENT;
ScheduleConditionProvider.java 56 public static final ComponentName COMPONENT =
81 return COMPONENT;
  /external/deqp/external/openglcts/modules/common/
glcShaderIndexingTests.cpp 66 COMPONENT,
78 "component",
717 else if (writeAccess == COMPONENT)
769 else if (readAccess == COMPONENT)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp 72 COMPONENT,
86 "component",
733 else if (writeAccess == COMPONENT)
776 else if (readAccess == COMPONENT)
    [all...]
  /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 77 COMPONENT,
91 "component",
660 else if (writeAccess == COMPONENT)
703 else if (readAccess == COMPONENT)
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 65 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService";
71 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
73 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), "handoverFrom");
212 final ComponentName component = handle.getComponentName(); local
214 + component.getPackageName() + "/" + component.getClassName() + " "
220 final ComponentName component = handle.getComponentName(); local
222 + component.getPackageName() + "/" + component.getClassName() + " "

Completed in 337 milliseconds

1 2