Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBinderTestSuite.java331 sbb.in(new TwoAtATimeScope()); in configure()
361 bindScope(TwoAtATimeScoped.class, new TwoAtATimeScope());
810 static class TwoAtATimeScope implements Scope { class in BinderTestSuite