Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DMessage.java223 public boolean shouldExcludeFromNotification() { in shouldExcludeFromNotification() method in Message
DBaseNotificationDelegate.java230 if (!message.shouldExcludeFromNotification()) { in postNotification()