Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModel.kt51 val isDebugLoggingEnabled: Boolean = SceneContainerFlag.isEnabled constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt447 if (viewModel.isDebugLoggingEnabled) { in debugLog()