Home
last modified time | relevance | path

Searched refs:onInflationError (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java79 default void onInflationError(StatusBarNotification notification, Exception exception) { in onInflationError() method
DNotificationEntryManager.java343 listener.onInflationError(n, e); in handleInflationException()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java352 verify(mEntryListener, never()).onInflationError(any(), any()); in testAddNotification()
385 verify(mEntryListener, never()).onInflationError(any(), any()); in testUpdateNotification()
437 public void onInflationError(StatusBarNotification notification, Exception exception) { in waitForInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java235 public void onInflationError( in NotificationLogger()