Home
last modified time | relevance | path

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 DNotificationContentInflater.java404 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 DNotificationContentInflaterLogger.kt77 fun logAsyncTaskProgress(entry: NotificationEntry, progress: String) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt63 logger.logAsyncTaskProgress(entry, "getting shortcut icon")