Home
last modified time | relevance | path

Searched defs:tableLogger (Results 1 – 9 of 9) 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.kt65 @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.kt119 @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.kt85 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt101 @Mock private lateinit var tableLogger: TableLogBuffer in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionTelephonySmokeTests
DMobileConnectionRepositoryTest.kt108 @Mock private lateinit var tableLogger: TableLogBuffer 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/
DWifiRepositoryViaTrackerLibTest.kt93 private val tableLogger = mock<TableLogBuffer>() constant
DWifiRepositoryImplTest.kt83 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.WifiRepositoryImplTest