Searched refs:hasFullScreenIntent (Results 1 – 3 of 3) sorted by relevance
139 return hasFullScreenIntent(entry); in shouldHeadsUpBecomePinned()142 protected boolean hasFullScreenIntent(@NonNull NotificationEntry entry) { in hasFullScreenIntent() method in HeadsUpManager416 || remoteInputActive || hasFullScreenIntent(mEntry); in isSticky()429 boolean selfFullscreen = hasFullScreenIntent(mEntry); in compareTo()430 boolean otherFullscreen = hasFullScreenIntent(headsUpEntry.mEntry); in compareTo()
469 return !(hasFullScreenIntent(alertEntry) in shouldDismissOnSwipe()481 if (hasFullScreenIntent(alertEntry)) { in setAutoDismissViews()491 private boolean hasFullScreenIntent(AlertEntry alertEntry) { in hasFullScreenIntent() method in CarHeadsUpNotificationManager
6536 boolean hasFullScreenIntent = n.fullScreenIntent != null;6537 if (!isForegroundService && !hasFullScreenIntent) {