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.java88 public void handleInflationException(StatusBarNotification notification, in setUp()
185 public void handleInflationException(StatusBarNotification notification, in testInflationIsRetriedIfAsyncFails()
266 public void handleInflationException(StatusBarNotification notification, in runThenWaitForInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java220 public void handleInflationException(StatusBarNotification n, Exception e) { in handleInflationException() method in NotificationEntryManager
398 handleInflationException(notification, e); in addNotification()
445 handleInflationException(notification, e); in updateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java661 callback.handleInflationException(notification, e); in handleInflationError()
805 void handleInflationException(StatusBarNotification notification, Exception e); in handleInflationException() method
934 mCallback.handleInflationException(sbn, in handleError()
955 public void handleInflationException(StatusBarNotification notification, Exception e) { in handleInflationException() method in NotificationContentInflater.AsyncInflationTask