Searched refs:mEulogizer (Results 1 – 2 of 2) sorted by relevance
138 private final LogBufferEulogizer mEulogizer; field in NotifCollection170 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()
112 @Mock private LogBufferEulogizer mEulogizer; field in NotifCollectionTest150 when(mEulogizer.record(any(Exception.class))).thenAnswer(i -> i.getArguments()[0]); in setUp()160 mEulogizer, in setUp()