Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java68 private HeadsUpSuppressor mHeadsUpSuppressor; field in NotificationInterruptionStateProvider
102 mHeadsUpSuppressor = headsUpSuppressor; in setUpWithPresenter()
240 if (!mHeadsUpSuppressor.canHeadsUp(entry, sbn)) { in shouldHeadsUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java148 private NotificationInterruptionStateProvider.HeadsUpSuppressor mHeadsUpSuppressor; field in StatusBarTest
252 mHeadsUpManager, mHeadsUpSuppressor); in setup()
417 when(mHeadsUpSuppressor.canHeadsUp(any(), any())).thenReturn(true); in testShouldHeadsUp_nonSuppressedGroupSummary()
438 when(mHeadsUpSuppressor.canHeadsUp(any(), any())).thenReturn(true); in testShouldHeadsUp_suppressedGroupSummary()
459 when(mHeadsUpSuppressor.canHeadsUp(any(), any())).thenReturn(true); in testShouldHeadsUp_suppressedHeadsUp()
477 when(mHeadsUpSuppressor.canHeadsUp(any(), any())).thenReturn(true); in testShouldHeadsUp_noSuppressedHeadsUp()