Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java138 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException() method
DRowContentBindStage.java80 public void handleInflationException(NotificationEntry entry, Exception e) { in executeStage()
DNotificationContentInflater.java552 callback.handleInflationException(notification, e); in handleInflationError()
814 mCallback.handleInflationException(mRow.getEntry(), in handleError()
828 public void handleInflationException(NotificationEntry entry, Exception e) { in handleInflationException() method in NotificationContentInflater.AsyncInflationTask
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java319 private void handleInflationException(StatusBarNotification n, Exception e) { in handleInflationException() method in NotificationEntryManager
330 public void handleInflationException(NotificationEntry entry, Exception e) {
331 NotificationEntryManager.this.handleInflationException(entry.getSbn(), e);
616 handleInflationException(notification, e); in addNotification()
680 handleInflationException(notification, e); in updateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifInflaterImpl.java124 public void handleInflationException(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java211 public void handleInflationException(NotificationEntry entry, in testInflationIsRetriedIfAsyncFails()
329 public void handleInflationException(NotificationEntry entry, in inflateAndWait()