Searched refs:getUnscopedTypeProvider (Results 1 – 4 of 4) sorted by relevance
92 assertThat(parentGetters.getUnscopedTypeProvider()) in unscopedProviders()93 .isSameInstanceAs(childComponent.getUnscopedTypeProvider()); in unscopedProviders()94 assertThat(parentGetters.getUnscopedTypeProvider()) in unscopedProviders()95 .isSameInstanceAs(childComponent.newGrandchildComponent().getUnscopedTypeProvider()); in unscopedProviders()
23 Provider<UnscopedType> getUnscopedTypeProvider(); in getUnscopedTypeProvider() method
25 Provider<UnscopedType> getUnscopedTypeProvider(); in getUnscopedTypeProvider() method