Home
last modified time | relevance | path

Searched defs:withIncreasedIndent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DDumpUtils.kt36 inline fun IndentingPrintWriter.withIncreasedIndent(block: () -> Unit) { in asIndenting() method
49 fun IndentingPrintWriter.withIncreasedIndent(runnable: Runnable) { in withIncreasedIndent() method