Home
last modified time | relevance | path

Searched refs:logAsyncTaskException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderLogger.kt92 fun logAsyncTaskException(entry: NotificationEntry, logContext: String, exception: Throwable) { in logAsyncTaskException() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderLogger
DNotificationContentInflater.java852 logger.logAsyncTaskException(notification, logContext, e);
1159 mLogger.logAsyncTaskException(mEntry, "inflating", e);
DNotificationRowContentBinderImpl.kt405 logger.logAsyncTaskException(entry, "inflating", e) in <lambda>()
1337 logger.logAsyncTaskException(notification, logContext, e) in <lambda>()