Home
last modified time | relevance | path

Searched refs:mEulogizer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java138 private final LogBufferEulogizer mEulogizer; field in NotifCollection
170 mEulogizer = logBufferEulogizer; in NotifCollection()
249 throw mEulogizer.record( in dismissNotifications()
463 throw mEulogizer.record( in tryRemoveNotification()
469 throw mEulogizer.record( in tryRemoveNotification()
545 throw mEulogizer.record(new IllegalStateException( in onEndLifetimeExtension()
625 throw mEulogizer.record(new IllegalStateException( in onEndDismissInterception()
652 throw mEulogizer.record(new IllegalStateException("Reentrant call detected")); in checkForReentrantCall()
669 throw mEulogizer.record(exception); in crashIfNotInitializing()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java112 @Mock private LogBufferEulogizer mEulogizer; field in NotifCollectionTest
150 when(mEulogizer.record(any(Exception.class))).thenAnswer(i -> i.getArguments()[0]); in setUp()
160 mEulogizer, in setUp()