Searched refs:isIntercepted (Results 1 – 9 of 9) sorted by relevance
59 assertFalse(r.isIntercepted()); in testExtractIntercepted()67 assertTrue(r.isIntercepted()); in testExtractIntercepted()
140 assertEquals(!isIntercepted(i), ranking.matchesInterruptionFilter()); in testRanking()291 !isIntercepted(i), in generateUpdate()330 private boolean isIntercepted(int index) { in isIntercepted() method in NotificationListenerServiceTest
48 if (record.isIntercepted()) { in process()
60 if (record.isIntercepted() in process()
278 boolean interceptBefore = record.isIntercepted(); in maybeLogInterceptDecision()
955 public boolean isIntercepted() { in isIntercepted() method in NotificationRecord
8340 final boolean suppressedByDnd = record.isIntercepted()8545 if (record.isIntercepted()) {8966 boolean interceptBefore = record.isIntercepted();8974 boolean interceptChanged = interceptBefore != record.isIntercepted();8985 if (interceptBefore && !record.isIntercepted()9072 if (record.isIntercepted()) {10273 !record.isIntercepted(),
5277 HSPLcom/android/server/notification/NotificationRecord;->isIntercepted()Z
49718 Landroid/service/notification/NotificationListenerService$RankingMap;->isIntercepted(Ljava/lang/Str…