Home
last modified time | relevance | path

Searched refs:NotificationInterruptLogger (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestUtil.kt54 oldLogger: NotificationInterruptLogger, in createProviderByFlag()
DVisualInterruptionDecisionProviderTestBase.kt130 protected val oldLogger = NotificationInterruptLogger(fakeLogBuffer) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java79 private final NotificationInterruptLogger mLogger;
129 NotificationInterruptLogger logger, in NotificationInterruptStateProviderImpl()
DNotificationInterruptLogger.kt31 class NotificationInterruptLogger @Inject constructor( class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java188 import com.android.systemui.statusbar.notification.interruption.NotificationInterruptLogger;
431 mock(NotificationInterruptLogger.class), in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java116 NotificationInterruptLogger mLogger;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java147 import com.android.systemui.statusbar.notification.interruption.NotificationInterruptLogger;
492 mock(NotificationInterruptLogger.class), in setUp()