Searched refs:shouldSuppressFullScreenIntent (Results 1 – 2 of 2) sorted by relevance
410 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()475 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter480 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
744 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry