Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryDumper.kt121 val tableLogger = DumpsysTableLogger("Notification Object Usage", columns, rows + totalsRow) in <lambda>() constant
196 val tableLogger = DumpsysTableLogger("Notification View Usage", columns, rows + totalsRow) in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dump/
DDumpsysTableLoggerTest.kt117 val tableLogger = DumpsysTableLogger( in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
DWifiRepositorySwitcherTest.kt63 @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/wifi/data/repository/prod/
DWifiRepositoryImpl.kt85 @WifiTableLog private val tableLogger: TableLogBuffer, in <lambda>() constant
503 @WifiTableLog private val tableLogger: TableLogBuffer, in <lambda>() constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.Factory
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DHomeStatusBarViewModel.kt237 val tableLogger = tableLoggerFactory.getOrCreate(tableLogBufferName(thisDisplayId), 200) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt150 @MobileSummaryLog private val tableLogger: TableLogBuffer, constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorImpl
DMobileIconsInteractorKairos.kt141 @MobileSummaryLog private val tableLogger: TableLogBuffer, constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorKairosImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt126 @Mock protected lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionTelephonySmokeTestsBase
DMobileConnectionRepositoryTest.kt153 @Mock protected lateinit var tableLogger: TableLogBuffer in recreateRepo() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt93 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
DMobileConnectionsRepositoryKairosImpl.kt118 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt97 private val tableLogger = logcatTableLogBuffer(kosmos, "WifiRepositoryImplTest") constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.WifiRepositoryImplTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryKairosTest.kt150 private val Kosmos.tableLogger: TableLogBuffer by Fixture { in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionRepositoryKairosTest