Home
last modified time | relevance | path

Searched defs:createCar (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java404 Car createCar(); in createCar() method
408 Car createCar() throws FireException; in createCar() method
421 Car createCar() throws FireException, ExplosionException; in createCar() method
456 Car createCar() throws ExplosionException; in createCar() method
457 Car createCar(Color r) throws FireException; in createCar() method
DFactoryProvider2Test.java402 Car createCar(); in createCar() method
406 Car createCar() throws FireException; in createCar() method
410 Car createCar() throws FireException, ExplosionException; in createCar() method
568 Car createCar(Provider<Color> colorProvider, Provider<String> stringProvider); in createCar() method
608 …Car createCar(javax.inject.Provider<Color> colorProvider, javax.inject.Provider<String> stringProv… in createCar() method