Searched refs:shouldSuppressFullScreenIntent (Results 1 – 2 of 2) sorted by relevance
601 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()658 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter663 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
831 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry