HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT (Results 26 - 50 of 70) sorted by null

12 3

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
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)) {
DualNonPaymentPrefixEmulatorActivity.java 21 setupServices(this, PrefixTransportService1.COMPONENT, PrefixAccessService.COMPONENT);
36 mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OTHER, service1_aids);
37 mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER, service2_aids);
68 void onApduSequenceComplete(ComponentName component, long duration) {
69 if (component.equals(PrefixAccessService.COMPONENT)) {
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)) {
OffHostEmulatorActivity.java 19 setupServices(this, OffHostService.COMPONENT);
44 void onApduSequenceComplete(ComponentName component, long duration) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
IncomingCallTest.java 27 import static android.telecom.cts.TestUtils.COMPONENT;
37 new ComponentName(PACKAGE, COMPONENT), "WRONG_ID");
SimCallManagerTest.java 21 import static android.telecom.cts.TestUtils.COMPONENT;
43 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
ConnectionServiceTest.java 98 ComponentName validName = new ComponentName(PACKAGE, COMPONENT);
DataObjectUnitTests.java 55 new ComponentName(PACKAGE, COMPONENT),
101 final ComponentName component = new ComponentName(PACKAGE, COMPONENT); local
104 component,
108 assertEquals(component, accountHandle.getComponentName());
128 new ComponentName(PACKAGE, COMPONENT),
CallScreeningServiceTest.java 46 new ComponentName(TestUtils.PACKAGE, TestUtils.COMPONENT),
TestUtils.java 43 public static final String COMPONENT = "android.telecom.cts.CtsConnectionService";
89 final ComponentName component = handle.getComponentName(); local
91 + component.getPackageName() + "/" + component.getClassName() + " "
97 final ComponentName component = handle.getComponentName(); local
99 + component.getPackageName() + "/" + component.getClassName() + " "
PhoneAccountOperationsTest.java 41 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 43 public static final ComponentName COMPONENT =
62 return COMPONENT;
ScheduleConditionProvider.java 53 public static final ComponentName COMPONENT =
79 return COMPONENT;
EventConditionProvider.java 57 public static final ComponentName COMPONENT =
86 return COMPONENT;
  /external/opencv3/cmake/
OpenCVFindIPP.cmake 151 DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT dev)
  /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
ErrorMessages.java 235 "Cannot return null from a non-@Nullable component method";
242 case COMPONENT:
258 /** Errors for component builders. */
260 return process("@Component has more than one @Component.Builder: %s");
264 return process("@Component.Builder classes must have exactly one constructor,"
269 return process("@Component.Builder types must not have any generic types");
273 return process("@Component.Builder types must be nested within a @Component");
277 return process("@Component.Builder types must be abstract classes or interfaces")
    [all...]
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...]
  /external/eigen/blas/fortran/
drotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (DSQRT(DD1)*DX1,DSQRT(DD2)*
srotmg.f 13 * THE SECOND COMPONENT OF THE 2-VECTOR (SQRT(SD1)*SX1,SQRT(SD2)*

Completed in 1088 milliseconds

12 3