Home
last modified time | relevance | path

Searched refs:shouldSuppressFullScreenIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt121 val suppressedByDnd = entry.shouldSuppressFullScreenIntent() in makeFullScreenIntentDecision()
DNotificationInterruptStateProviderImpl.java282 if (entry.shouldSuppressFullScreenIntent()) { in getFullScreenIntentDecision()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java852 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry