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.java505 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()
566 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter
571 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java841 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry