Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java658 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral = in testGenericAssistedFactory() local
673 bind(camaroTypeLiteral) in testGenericAssistedFactory()
676 camaroTypeLiteral, TypeLiteral.get(Camaro.class))); in testGenericAssistedFactory()
683 injector.getInstance(Key.get(camaroTypeLiteral)); in testGenericAssistedFactory()
DFactoryProvider2Test.java970 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral = in testGenericAssistedFactory() local
985 bind(camaroTypeLiteral) in testGenericAssistedFactory()
988 camaroTypeLiteral, TypeLiteral.get(Camaro.class))); in testGenericAssistedFactory()
995 injector.getInstance(Key.get(camaroTypeLiteral)); in testGenericAssistedFactory()