Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DSetRequestRepresentation.java86 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptySet()")); in getDependencyExpression()
92 return collectionsStaticFactoryInvocation( in getDependencyExpression()
156 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in SetRequestRepresentation
DMapRequestRepresentation.java114 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptyMap()")); in getUnderlyingMapExpression()
116 return collectionsStaticFactoryInvocation( in getUnderlyingMapExpression()
161 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in MapRequestRepresentation