Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt218 override fun shouldSuppress(entry: NotificationEntry) = entry.hasJustLaunchedFullScreenIntent() in shouldSuppress()
DNotificationInterruptStateProviderImpl.java595 if (entry.hasJustLaunchedFullScreenIntent()) { in canAlertHeadsUpCommon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java520 public boolean hasJustLaunchedFullScreenIntent() { in hasJustLaunchedFullScreenIntent() method in NotificationEntry