Home
last modified time | relevance | path

Searched refs:handleInflationException (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java163 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException() method
DRowContentBindStage.java83 public void handleInflationException(NotificationEntry entry, Exception e) { in executeStage()
DNotificationContentInflater.java855 callback.handleInflationException(notification, e);
1269 mCallback.handleInflationException(mRow.getEntry(),
1289 public void handleInflationException(NotificationEntry entry, Exception e) {
DNotificationRowContentBinderImpl.kt506 callback?.handleInflationException( in <lambda>()
525 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask
1339 callback?.handleInflationException(notification, e) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifInflaterImpl.java107 public void handleInflationException( in wrapInflationCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java248 public void handleInflationException(NotificationEntry entry, in testInflationIsRetriedIfAsyncFails()
401 public void handleInflationException(NotificationEntry entry, in inflateAndWait()
DNotificationRowContentBinderImplTest.kt247 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method
542 override fun handleInflationException(entry: NotificationEntry, e: Exception) { in <lambda>() method