Searched refs:FooP (Results 1 – 4 of 4) sorted by relevance
381 bind(Foo.class).annotatedWith(named("pk")).toProvider(FooP.class); in testNotifiedKeysOfAllBindTypes()412 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear()); in testNotifiedKeysOfAllBindTypes()414 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear()); in testNotifiedKeysOfAllBindTypes()516 static class FooP implements Provider<Foo> { class in ProvisionListenerTest
1338 @protocol FooP; protocol
1380 @protocol FooP;
1333 @protocol FooP; protocol