Home
last modified time | relevance | path

Searched refs:logCollectionStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/
DMobileViewLoggerTest.kt59 underTest.logCollectionStarted(view, viewModel) in collectionStarted_dumpHasInfo()
72 underTest.logCollectionStarted(view, viewModel) in collectionStarted_multipleViews_dumpHasInfo()
73 underTest.logCollectionStarted(view2, viewModel2) in collectionStarted_multipleViews_dumpHasInfo()
87 underTest.logCollectionStarted(view, viewModel) in collectionStopped_dumpHasInfo()
88 underTest.logCollectionStarted(view2, viewModel2) in collectionStopped_dumpHasInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/
DMobileViewLogger.kt66 fun logCollectionStarted(view: View, viewModel: LocationBasedMobileViewModel) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
DMobileIconBinder.kt121 logger.logCollectionStarted(view, viewModel) in <lambda>()