Searched refs:singletonScope (Results 1 – 2 of 2) sorted by relevance
28 import static dagger.internal.codegen.base.Scopes.singletonScope;215 Scope singletonScope = singletonScope(elements); in validateDependencyScopes() local218 && scopes.contains(singletonScope)) { in validateDependencyScopes()
42 public static Scope singletonScope(DaggerElements elements) { in singletonScope() method in Scopes