Searched refs:shouldSuppressFullScreenIntent (Results 1 – 2 of 2) sorted by relevance
505 if (shouldSuppressFullScreenIntent(entry)) { in handleFullScreenIntent()566 private boolean shouldSuppressFullScreenIntent(NotificationEntry entry) { in shouldSuppressFullScreenIntent() method in StatusBarNotificationActivityStarter571 return entry.shouldSuppressFullScreenIntent(); in shouldSuppressFullScreenIntent()
841 public boolean shouldSuppressFullScreenIntent() { in shouldSuppressFullScreenIntent() method in NotificationEntry