Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java68 if (record != null && record.isIntercepted()) return; // already logged in traceIntercepted()
DNotificationRecord.java408 public boolean isIntercepted() { in isIntercepted() method in NotificationRecord
DNotificationManagerService.java2801 final boolean canInterrupt = aboveThreshold && !record.isIntercepted(); in buzzBeepBlinkLocked()
2802 if (DBG || record.isIntercepted()) in buzzBeepBlinkLocked()
2805 " intercept=" + record.isIntercepted() in buzzBeepBlinkLocked()
3107 boolean interceptBefore = record.isIntercepted(); in handleRankingReconsideration()
3113 boolean interceptAfter = record.isIntercepted(); in handleRankingReconsideration()
3164 if (record.isIntercepted()) { in applyZenModeLocked()
3749 if (record.isIntercepted()) { in makeRankingUpdateLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1247 outRanking.populate(key, rank, !isIntercepted(key),
1263 private boolean isIntercepted(String key) { in isIntercepted() method in NotificationListenerService.Ranking