Searched refs:handleInflationException (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinder.java | 138 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException() method
|
D | RowContentBindStage.java | 80 public void handleInflationException(NotificationEntry entry, Exception e) { in executeStage()
|
D | NotificationContentInflater.java | 552 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/ |
D | NotificationEntryManager.java | 319 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/ |
D | NotifInflaterImpl.java | 124 public void handleInflationException(
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 211 public void handleInflationException(NotificationEntry entry, in testInflationIsRetriedIfAsyncFails() 329 public void handleInflationException(NotificationEntry entry, in inflateAndWait()
|