Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java154 private final LogBufferEulogizer mEulogizer; field in NotifCollection
199 mEulogizer = logBufferEulogizer; in NotifCollection()
293 throw mEulogizer.record( in dismissNotifications()
554 throw mEulogizer.record( in tryRemoveNotification()
562 throw mEulogizer.record( in tryRemoveNotification()
720 throw mEulogizer.record(new IllegalStateException( in onEndLifetimeExtension()
798 throw mEulogizer.record(new IllegalStateException( in onEndDismissInterception()
825 throw mEulogizer.record(new IllegalStateException("Reentrant call detected")); in checkForReentrantCall()
842 throw mEulogizer.record(exception); in crashIfNotInitializing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java126 @Mock private LogBufferEulogizer mEulogizer; field in NotifCollectionTest
162 when(mEulogizer.record(any(Exception.class))).thenAnswer(i -> i.getArguments()[0]); in setUp()
173 mEulogizer, in setUp()