Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DDumpUtils.kt37 inline fun IndentingPrintWriter.withIncreasedIndent(block: () -> Unit) { in asIndenting() method
50 fun IndentingPrintWriter.withIncreasedIndent(runnable: Runnable) { in withIncreasedIndent() method
66 withIncreasedIndent(block) in println()
76 withIncreasedIndent { collection.forEach { printer(it) } } in printCollection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DPipelineDumper.kt23 import com.android.systemui.util.withIncreasedIndent
42 ipw.withIncreasedIndent { it.dumpPipeline(this) } in dump()
49 ipw.withIncreasedIndent { values.forEach { dump(it) } } in dumpCollection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyItemController.kt30 import com.android.systemui.util.withIncreasedIndent
234 ipw.withIncreasedIndent { in dump()
237 ipw.withIncreasedIndent { in dump()
244 ipw.withIncreasedIndent { in dump()
253 ipw.withIncreasedIndent { in dump()
DPrivacyConfig.kt30 import com.android.systemui.util.withIncreasedIndent in <lambda>()
134 ipw.withIncreasedIndent { in <lambda>()
139 ipw.withIncreasedIndent { in <lambda>()
DMediaProjectionPrivacyItemMonitor.kt31 import com.android.systemui.util.withIncreasedIndent
192 ipw.withIncreasedIndent { in dump()
DAppOpsPrivacyItemMonitor.kt33 import com.android.systemui.util.withIncreasedIndent in <lambda>()
244 ipw.withIncreasedIndent { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DSelfTrackingLifetimeExtender.kt11 import com.android.systemui.util.withIncreasedIndent in <lambda>()
113 withIncreasedIndent { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinator.kt34 import com.android.systemui.util.withIncreasedIndent
70 withIncreasedIndent { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DColorUpdateLogger.kt29 import com.android.systemui.util.withIncreasedIndent
118 pw.withIncreasedIndent { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
DObservableServiceConnection.java260 DumpUtilsKt.withIncreasedIndent(ipw, () -> { in dump()
264 DumpUtilsKt.withIncreasedIndent(ipw, () -> { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DKeyguardMediaController.kt40 import com.android.systemui.util.withIncreasedIndent
280 withIncreasedIndent { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt31 import com.android.systemui.util.withIncreasedIndent
249 withIncreasedIndent { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java310 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
317 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
DNotificationShelf.java1016 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java830 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
839 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dumpBackgroundView()
DExpandableOutlineView.java365 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
DExpandableView.java856 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
DNotificationContentView.java2246 DumpUtilsKt.withIncreasedIndent(pw, () -> {
2281 DumpUtilsKt.withIncreasedIndent(pw, () -> {
DExpandableNotificationRow.java3778 DumpUtilsKt.withIncreasedIndent(pw, () -> {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java138 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt81 import com.android.systemui.util.withIncreasedIndent in <lambda>()
835 withIncreasedIndent { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5130 DumpUtilsKt.withIncreasedIndent(pw, () -> { in dump()
5178 DumpUtilsKt.withIncreasedIndent( in dump()
5190 DumpUtilsKt.withIncreasedIndent(pw, in dump()
5225 DumpUtilsKt.withIncreasedIndent( in dumpFooterViewVisibility()
5229 DumpUtilsKt.withIncreasedIndent( in dumpFooterViewVisibility()