Home
last modified time | relevance | path

Searched refs:NotificationInterruptStateProviderImpl (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt42 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
43 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
44 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
DNotificationInterruptStateProviderImpl.java23 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
24 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
25 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
26 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
67 public class NotificationInterruptStateProviderImpl implements NotificationInterruptStateProvider { class
122 public NotificationInterruptStateProviderImpl( in NotificationInterruptStateProviderImpl() method in NotificationInterruptStateProviderImpl
DCommonVisualInterruptionSuppressors.kt43 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.MA…
44 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java70 …rt com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl;
233 NotificationInterruptStateProviderImpl notificationInterruptStateProviderImpl); in bindNotificationInterruptStateProvider()
264 Provider<NotificationInterruptStateProviderImpl> oldImplProvider, in provideVisualInterruptionDecisionProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestUtil.kt86 NotificationInterruptStateProviderImpl( in createProviderByFlag()
DNotificationInterruptStateProviderWrapperTest.kt43 NotificationInterruptStateProviderImpl( in <lambda>()
DVisualInterruptionDecisionProviderTestBase.kt70 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.MA… in <lambda>()
71 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No… in <lambda>()
72 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No… in <lambda>()
73 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No… in <lambda>()
74 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No… in <lambda>()
DNotificationInterruptStateProviderImplTest.java75 …com.android.systemui.statusbar.notification.interruption.NotificationInterruptStateProviderImpl.No…
137 private NotificationInterruptStateProviderImpl mNotifInterruptionStateProvider;
152 new NotificationInterruptStateProviderImpl( in setup()