Home
last modified time | relevance | path

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

/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt187 val printedBlockStmt = inlinePrinter.print(processedCallStatement) in <lambda>() constant
191 val newStmt = printedBlockStmt.substringBeforeLast('}') + ("\n".repeat(newLines)) + '}' in <lambda>()