Searched refs:createFsiNotification (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderImplTest.java | 527 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silent= */ false); in testShouldHeadsUp_oldWhen_hasFullScreenIntent() 584 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldNotFullScreen_suppressedOnlyByDND() 603 NotificationEntry entry = createFsiNotification(IMPORTANCE_LOW, /* silenced */ false); in testShouldNotFullScreen_suppressedByDNDAndOther() 622 NotificationEntry entry = createFsiNotification(IMPORTANCE_DEFAULT, /* silenced */ false); in testShouldNotFullScreen_notHighImportance() 638 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ true); in testShouldNotFullScreen_isGroupAlertSilenced() 662 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldNotFullScreen_isSuppressedByBubbleMetadata() 689 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldFullScreen_notInteractive() 708 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldFullScreen_isDreaming() 724 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldFullScreen_onKeyguard() 740 NotificationEntry entry = createFsiNotification(IMPORTANCE_HIGH, /* silenced */ false); in testShouldFullscreen_suppressedInterruptionsWhenNotProvisioned() [all …]
|