Home
last modified time | relevance | path

Searched refs:hasFullScreenIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java541 return hasFullScreenIntent(statusBarNotification) in shouldDismissOnSwipe()
555 if (hasFullScreenIntent(statusBarNotification)) { in setAutoDismissViews()
566 private boolean hasFullScreenIntent(StatusBarNotification sbn) { in hasFullScreenIntent() method in CarHeadsUpNotificationManager