Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java410 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()
475 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter
480 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java744 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry