Searched refs:handleInflationException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 86 public void handleInflationException(StatusBarNotification notification, in setUp() 182 public void handleInflationException(StatusBarNotification notification, in testInflationIsRetriedIfAsyncFails() 261 public void handleInflationException(StatusBarNotification notification, in runThenWaitForInflation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 223 public void handleInflationException(StatusBarNotification n, Exception e) { in handleInflationException() method in NotificationEntryManager 414 handleInflationException(notification, e); in addNotification() 461 handleInflationException(notification, e); in updateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 596 callback.handleInflationException(notification, e); in handleInflationError() 726 void handleInflationException(StatusBarNotification notification, Exception e); in handleInflationException() method 845 mCallback.handleInflationException(sbn, in handleError() 866 public void handleInflationException(StatusBarNotification notification, Exception e) { in handleInflationException() method in NotificationContentInflater.AsyncInflationTask
|