Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java818 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key), in getRanking()
842 private boolean isIntercepted(String key) { in isIntercepted() method in NotificationListenerService.RankingMap
/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java65 if (record != null && record.isIntercepted()) return; // already logged in traceIntercepted()
DNotificationRecord.java241 public boolean isIntercepted() { in isIntercepted() method in NotificationRecord
DNotificationManagerService.java2023 final boolean canInterrupt = aboveThreshold && !record.isIntercepted(); in buzzBeepBlinkLocked()
2024 if (DBG || record.isIntercepted()) in buzzBeepBlinkLocked()
2027 " intercept=" + record.isIntercepted() in buzzBeepBlinkLocked()
2302 boolean interceptBefore = record.isIntercepted(); in handleRankingReconsideration()
2308 boolean interceptAfter = record.isIntercepted(); in handleRankingReconsideration()
2901 if (record.isIntercepted()) { in makeRankingUpdateLocked()