Home
last modified time | relevance | path

Searched refs:logAsyncTaskProgress (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java358 logger.logAsyncTaskProgress(entry, "inflating contracted smart reply state"); in inflateSmartReplyViews()
362 logger.logAsyncTaskProgress(entry, "inflating expanded smart reply state"); in inflateSmartReplyViews()
368 logger.logAsyncTaskProgress(entry, "inflating heads up smart reply state"); in inflateSmartReplyViews()
388 logger.logAsyncTaskProgress(entryForLogging, "creating contracted remote view"); in createRemoteViews()
394 logger.logAsyncTaskProgress(entryForLogging, "creating expanded remote view"); in createRemoteViews()
399 logger.logAsyncTaskProgress(entryForLogging, "creating heads up remote view"); in createRemoteViews()
410 logger.logAsyncTaskProgress(entryForLogging, "creating public remote view"); in createRemoteViews()
416 logger.logAsyncTaskProgress(entryForLogging, in createRemoteViews()
422 logger.logAsyncTaskProgress(entryForLogging, in createRemoteViews()
485 logger.logAsyncTaskProgress(entry, "contracted view applied"); in apply()
[all …]
DNotificationRowContentBinderImpl.kt437 logger.logAsyncTaskProgress( in <lambda>()
442 logger.logAsyncTaskProgress(entry, "inflating smart reply views") in <lambda>()
454 logger.logAsyncTaskProgress(entry, "inflating single line view") in <lambda>()
466 logger.logAsyncTaskProgress(entry, "getting row image resolver (on wrong thread!)") in <lambda>()
469 logger.logAsyncTaskProgress(entry, "waiting for preloaded images") in <lambda>()
516 logger.logAsyncTaskProgress(entry, "cancelling inflate") in <lambda>()
519 logger.logAsyncTaskProgress(entry, "cancelling apply") in <lambda>()
522 logger.logAsyncTaskProgress(entry, "aborted") in <lambda>()
606 logger.logAsyncTaskProgress(entry, "inflating contracted smart reply state") in <lambda>()
610 logger.logAsyncTaskProgress(entry, "inflating expanded smart reply state") in <lambda>()
[all …]
DNotificationRowContentBinderLogger.kt80 fun logAsyncTaskProgress(entry: NotificationEntry, progress: String) { in logAsyncTaskProgress() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderLogger
DSingleLineViewInflater.kt353 logger.logAsyncTaskProgress(entry, "inflating single-line content view") in inflateSingleLineViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt64 logger.logAsyncTaskProgress(entry, "getting shortcut icon") in <lambda>()