Home
last modified time | relevance | path

Searched refs:logFinishedPipeline (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineLogger.kt68 fun logFinishedPipeline(notifKey: String, numCallbacks: Int) { in logFinishedPipeline() method in com.android.systemui.statusbar.notification.row.NotifBindPipelineLogger
DNotifBindPipeline.java196 mLogger.logFinishedPipeline(entry.getKey(), callbacks.size()); in onPipelineComplete()