Searched refs:logAsyncTaskProgress (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 404 logger.logAsyncTaskProgress(entry, "applying contracted view"); in apply() 431 logger.logAsyncTaskProgress(entry, "applying expanded view"); in apply() 459 logger.logAsyncTaskProgress(entry, "applying heads up view"); in apply() 486 logger.logAsyncTaskProgress(entry, "applying public view"); in apply() 500 logger.logAsyncTaskProgress(entry, "apply cancelled"); in apply() 712 logger.logAsyncTaskProgress(entry, "finishing"); in finishIfDone() 947 mLogger.logAsyncTaskProgress(mEntry, in doInBackground() 961 mLogger.logAsyncTaskProgress(mEntry, in doInBackground() 1013 mLogger.logAsyncTaskProgress(mEntry, "cancelling inflate"); in abort() 1016 mLogger.logAsyncTaskProgress(mEntry, "cancelling apply"); in abort() [all …]
|
H A D | NotificationContentInflaterLogger.kt | 77 fun logAsyncTaskProgress(entry: NotificationEntry, progress: String) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ConversationNotifications.kt | 63 logger.logAsyncTaskProgress(entry, "getting shortcut icon")
|