Searched refs:entryForLogging (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 385 final NotificationEntry entryForLogging = row.getEntry(); in createRemoteViews() 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()
|
D | NotificationRowContentBinderImpl.kt | 712 val entryForLogging: NotificationEntry = row.entry in <lambda>() constant 716 entryForLogging, in <lambda>() 724 entryForLogging, in <lambda>() 732 entryForLogging, in <lambda>() 744 logger.logAsyncTaskProgress(entryForLogging, "creating public remote view") in <lambda>() 753 entryForLogging, in <lambda>() 764 entryForLogging, in <lambda>()
|