Home
last modified time | relevance | path

Searched refs:getUniqueMethodName (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java351 public String getUniqueMethodName(String name) { in getUniqueMethodName() method in ComponentImplementation
356 String getUniqueMethodName(BindingRequest request) { in getUniqueMethodName() method in ComponentImplementation
367 return getUniqueMethodName(baseMethodName); in uniqueMethodName()
DPrivateMethodBindingExpression.java73 methodName = componentImplementation.getUniqueMethodName(request); in addMethod()
DMembersInjectionMethods.java95 String methodName = componentImplementation.getUniqueMethodName("inject" + bindingTypeName); in membersInjectionMethod()
/external/dagger2/java/dagger/internal/codegen/componentgenerator/
DComponentImplementationBuilder.java389 .apply(componentImplementation.getUniqueMethodName(methodName)) in createPartitionedMethods()