Searched refs:onInflationError (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 87 default void onInflationError(StatusBarNotification notification, Exception exception) { in onInflationError() method
|
D | NotificationEntryManager.java | 228 listener.onInflationError(n, e); in handleInflationException()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 280 verify(mEntryListener, never()).onInflationError(any(), any()); in testAddNotification() 313 verify(mEntryListener, never()).onInflationError(any(), any()); in testUpdateNotification() 339 verify(mEntryListener, never()).onInflationError(any(), any()); in testUpdateNotification_prePostEntryOrder() 360 verify(mEntryListener, never()).onInflationError(any(), any()); in testRemoveNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 228 public void onInflationError( in NotificationLogger()
|