Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProvider2Test.java1029 FactoryProvider.newFactory(ColoredCarFactory.class, Segway.class)); in testInjectingAndUsingInjector()
1034 Segway green = (Segway)carFactory.create(Color.GREEN); in testInjectingAndUsingInjector()
1038 Segway pink = (Segway)carFactory.create(Color.PINK); in testInjectingAndUsingInjector()
1101 static class Segway implements Car { class in FactoryProvider2Test