Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryListener.java79 default void onInflationError(StatusBarNotification notification, Exception exception) { in onInflationError() method
H A DNotificationEntryManager.java332 listener.onInflationError(n, e); in handleInflationException()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java358 verify(mEntryListener, never()).onInflationError(any(), any()); in testAddNotification()
391 verify(mEntryListener, never()).onInflationError(any(), any()); in testUpdateNotification()
443 public void onInflationError(StatusBarNotification notification, Exception exception) { in waitForInflation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java239 public void onInflationError( in NotificationLogger()