Home
last modified time | relevance | path

Searched defs:shouldSilence (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java59 public boolean shouldSilence(NotificationEntry entry) { in shouldSilence() method in NotificationCategorizer
64 boolean shouldSilence(int category) { in shouldSilence() method in NotificationCategorizer
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java58 public Builder setShouldSilence(boolean shouldSilence) { in setShouldSilence()
112 public boolean shouldSilence; field in CallFilteringResult
122 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult()