Searched refs:TeeImpl (Results 1 - 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DPerformanceComparison.java76 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true);
113 bind(Tee.class).to(TeeImpl.class);
132 final Tee tee = new TeeImpl("test");
279 public static class TeeImpl implements Tee { class in class:PerformanceComparison
284 public TeeImpl(@S String s) { method in class:PerformanceComparison.TeeImpl
H A DInjectorTest.java97 bind(Tee.class).to(TeeImpl.class);
186 static class TeeImpl implements Tee { class in class:InjectorTest
192 TeeImpl(@S String s) { method in class:InjectorTest.TeeImpl

Completed in 64 milliseconds