Searched refs:logAsyncTaskException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderLogger.kt | 92 fun logAsyncTaskException(entry: NotificationEntry, logContext: String, exception: Throwable) { in logAsyncTaskException() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderLogger
|
D | NotificationContentInflater.java | 852 logger.logAsyncTaskException(notification, logContext, e); 1159 mLogger.logAsyncTaskException(mEntry, "inflating", e);
|
D | NotificationRowContentBinderImpl.kt | 405 logger.logAsyncTaskException(entry, "inflating", e) in <lambda>() 1337 logger.logAsyncTaskException(notification, logContext, e) in <lambda>()
|