Searched refs:eventLog (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderTestUtil.kt | 43 eventLog: EventLog, in createProviderByFlag() 67 eventLog, in createProviderByFlag() 102 eventLog, in createProviderByFlag()
|
D | NotificationInterruptStateProviderWrapperTest.kt | 59 eventLog, in <lambda>()
|
D | VisualInterruptionDecisionProviderTestBase.kt | 116 protected val eventLog = FakeEventLog() in <lambda>() constant 1348 assertEquals(0, eventLog.events.size) in <lambda>() 1352 assertEquals(1, eventLog.events.size) in <lambda>() 1354 val event = eventLog.events[0] in <lambda>()
|
D | VisualInterruptionDecisionProviderImplTest.kt | 46 eventLog, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderImpl.kt | 56 private val eventLog: EventLog, constant 321 eventLog.writeEvent(0x534e4554, it.number, entry.sbn.uid, it.description) in logEvents()
|
D | NotificationInterruptStateProviderImpl.java | 138 EventLog eventLog, in NotificationInterruptStateProviderImpl() argument 154 mEventLog = eventLog; in NotificationInterruptStateProviderImpl()
|