Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java357 return uniqueMethodName(request, KeyVariableNamer.name(request.key())); in getUniqueMethodName()
360 private String uniqueMethodName(BindingRequest request, String bindingName) { in uniqueMethodName() method in ComponentImplementation