Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryDumper.kt119 val tableLogger = DumpsysTableLogger("Notification Object Usage", columns, rows + totalsRow) in <lambda>() constant
194 val tableLogger = DumpsysTableLogger("Notification View Usage", columns, rows + totalsRow) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
DDumpsysTableLoggerTest.kt114 val tableLogger = DumpsysTableLogger( in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
DWifiRepositorySwitcherTest.kt59 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepositorySwitcherTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt113 @MobileSummaryLog private val tableLogger: TableLogBuffer, constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt87 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionsRepositoryImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt99 @Mock private lateinit var tableLogger: TableLogBuffer in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionTelephonySmokeTests
DMobileConnectionRepositoryTest.kt98 @Mock private lateinit var tableLogger: TableLogBuffer in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionRepositoryTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt76 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.WifiRepositoryImplTest