/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryDumper.kt | 121 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/ |
D | DumpsysTableLoggerTest.kt | 117 val tableLogger = DumpsysTableLogger( in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/ |
D | WifiRepositorySwitcherTest.kt | 63 @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/ |
D | WifiRepositoryImpl.kt | 85 @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/ |
D | HomeStatusBarViewModel.kt | 237 val tableLogger = tableLoggerFactory.getOrCreate(tableLogBufferName(thisDisplayId), 200) constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractor.kt | 150 @MobileSummaryLog private val tableLogger: TableLogBuffer, constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconsInteractorImpl
|
D | MobileIconsInteractorKairos.kt | 141 @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/ |
D | MobileConnectionTelephonySmokeTests.kt | 126 @Mock protected lateinit var tableLogger: TableLogBuffer variable in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionTelephonySmokeTestsBase
|
D | MobileConnectionRepositoryTest.kt | 153 @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/ |
D | MobileConnectionsRepositoryImpl.kt | 93 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
|
D | MobileConnectionsRepositoryKairosImpl.kt | 118 @MobileSummaryLog private val tableLogger: TableLogBuffer, in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
D | WifiRepositoryImplTest.kt | 97 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/ |
D | MobileConnectionRepositoryKairosTest.kt | 150 private val Kosmos.tableLogger: TableLogBuffer by Fixture { in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.MobileConnectionRepositoryKairosTest
|