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.java600 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral in testGenericAssistedFactory() local
611 bind(camaroTypeLiteral).toProvider( in testGenericAssistedFactory()
612 FactoryProvider.newFactory(camaroTypeLiteral, TypeLiteral.get(Camaro.class))); in testGenericAssistedFactory()
619 = injector.getInstance(Key.get(camaroTypeLiteral)); in testGenericAssistedFactory()
DFactoryProvider2Test.java841 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral in testGenericAssistedFactory() local
852 bind(camaroTypeLiteral) in testGenericAssistedFactory()
853 … .toProvider(FactoryProvider.newFactory(camaroTypeLiteral, TypeLiteral.get(Camaro.class))); in testGenericAssistedFactory()
860 = injector.getInstance(Key.get(camaroTypeLiteral)); in testGenericAssistedFactory()