Home
last modified time | relevance | path

Searched refs:camaroInsuranceFactoryType (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java786 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType() local
800 bind(camaroInsuranceFactoryType) in testAssistedFactoryForParameterizedType()
803 camaroInsuranceFactoryType, TypeLiteral.get(CamaroInsurance.class))); in testAssistedFactoryForParameterizedType()
810 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForParameterizedType()
840 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters() local
849 bind(camaroInsuranceFactoryType) in testAssistedFactoryForTypeVariableParameters()
852 camaroInsuranceFactoryType, in testAssistedFactoryForTypeVariableParameters()
858 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForTypeVariableParameters()
DFactoryProvider2Test.java1098 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType() local
1112 bind(camaroInsuranceFactoryType) in testAssistedFactoryForParameterizedType()
1115 camaroInsuranceFactoryType, TypeLiteral.get(CamaroInsurance.class))); in testAssistedFactoryForParameterizedType()
1122 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForParameterizedType()
1152 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters() local
1161 bind(camaroInsuranceFactoryType) in testAssistedFactoryForTypeVariableParameters()
1164 camaroInsuranceFactoryType, in testAssistedFactoryForTypeVariableParameters()
1170 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForTypeVariableParameters()