Searched refs:handleInflationException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflaterTest.java | 78 public void handleInflationException(StatusBarNotification notification, in setUp() 162 public void handleInflationException(StatusBarNotification notification, in testInflationIsRetriedIfAsyncFails() 213 public void handleInflationException(StatusBarNotification notification, in runThenWaitForInflation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 397 callback.handleInflationException(notification, e); in handleInflationError() 504 void handleInflationException(StatusBarNotification notification, Exception e); in handleInflationException() method 612 mCallback.handleInflationException(sbn, in handleError() 633 public void handleInflationException(StatusBarNotification notification, Exception e) { in handleInflationException() method in NotificationInflater.AsyncInflationTask
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 1635 public void handleInflationException(StatusBarNotification notification, Exception e) { in handleInflationException() method 5643 handleInflationException(sbn, e); 5687 handleInflationException(sbn, e);
|