Searched defs:handleInflationException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java397 callback.handleInflationException(notification, e);
511 void handleInflationException(StatusBarNotification notification, Exception e); method in interface:NotificationInflater.InflationCallback
619 mCallback.handleInflationException(sbn,
640 public void handleInflationException(StatusBarNotification notification, Exception e) { method in class:NotificationInflater.AsyncInflationTask
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1708 public void handleInflationException(StatusBarNotification notification, Exception e) { method in class:StatusBar
6159 handleInflationException(sbn, e);
6203 handleInflationException(sbn, e);

Completed in 78 milliseconds