Searched refs:guicify (Results 1 – 4 of 4) sorted by relevance
60 Providers.guicify(new JavaxProvider(10)), in testGuicifyEquality()61 Providers.guicify(new JavaxProvider(10))) in testGuicifyEquality()63 Providers.guicify(new JavaxProvider(11)), in testGuicifyEquality()64 Providers.guicify(new JavaxProvider(11))) in testGuicifyEquality()66 Providers.guicify(new JavaxProviderWithDependencies()), in testGuicifyEquality()67 Providers.guicify(new JavaxProviderWithDependencies())) in testGuicifyEquality()
268 com.google.inject.Provider<String> guicified = Providers.guicify(jsr330Provider); in testGuicify330Provider()273 assertSame(guicified, Providers.guicify(guicified)); in testGuicify330Provider()292 Providers.guicify(jsr330Provider); in testGuicifyWithDependencies()
89 public static <T> Provider<T> guicify(javax.inject.Provider<T> provider) { in guicify() method in Providers
67 return Providers.guicify(providerInstance); in getProviderInstance()