Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootFileFormatter.java51 String fileContent = formatInterfaces(sb.toString(), CLASS_PATERN); in write()
66 private static String formatInterfaces(String content, Pattern pattern) { in formatInterfaces() method in RootFileFormatter
74 String formattedInterfaces = formatInterfaces(spaces, interfaces); in formatInterfaces()
82 private static String formatInterfaces(String prefixSpaces, String interfaces) { in formatInterfaces() method in RootFileFormatter