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.java439 Car createCar(); in createCar() method
443 Car createCar() throws FireException; in createCar() method
456 Car createCar() throws FireException, ExplosionException; in createCar() method
494 Car createCar() throws ExplosionException; in createCar() method
496 Car createCar(Color r) throws FireException; in createCar() method
DFactoryProvider2Test.java440 Car createCar(); in createCar() method
444 Car createCar() throws FireException; in createCar() method
448 Car createCar() throws FireException, ExplosionException; in createCar() method
632 Car createCar(Provider<Color> colorProvider, Provider<String> stringProvider); in createCar() method
690 Car createCar( in createCar() method