Home
last modified time | relevance | path

Searched defs:tableLogger (Results 1 – 11 of 11) 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/tests/src/com/android/systemui/dump/
DDumpsysTableLoggerTest.kt114 val tableLogger = DumpsysTableLogger( in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImpl.kt85 @WifiTableLog private val tableLogger: TableLogBuffer, in <lambda>() constant
417 @WifiTableLog private val tableLogger: TableLogBuffer, in <lambda>() constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.Factory
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/
DWifiRepositorySwitcherTest.kt66 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.wifi.data.repository.WifiRepositorySwitcherTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt61 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt135 @MobileSummaryLog private val tableLogger: TableLogBuffer, constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionTelephonySmokeTests.kt108 @Mock private lateinit var tableLogger: TableLogBuffer in <lambda>() variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionTelephonySmokeTests
DMobileConnectionRepositoryTest.kt127 @Mock private lateinit var tableLogger: TableLogBuffer 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.kt97 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt91 @Mock private lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.keyguard.data.repository.BiometricSettingsRepositoryTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImplTest.kt93 private val tableLogger = mock<TableLogBuffer>() constant