Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java601 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()
658 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter
663 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java831 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry