Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java86 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/
DNotificationEntryManager.java223 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/
DNotificationContentInflater.java596 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