Searched refs:isIntercepted (Results 1 – 11 of 11) sorted by relevance
59 assertFalse(r.isIntercepted()); in testExtractIntercepted()67 assertTrue(r.isIntercepted()); in testExtractIntercepted()
152 assertEquals(!isIntercepted(i), ranking.matchesInterruptionFilter()); in testRanking()227 !isIntercepted(i), in generateUpdate()266 private boolean isIntercepted(int index) { in isIntercepted() method in NotificationListenerServiceTest
48 if (record.isIntercepted()) { in process()
60 if (record.isIntercepted() in process()
293 boolean interceptBefore = record.isIntercepted(); in maybeLogInterceptDecision()
396 final boolean suppressedByDnd = record.isIntercepted() in buzzBeepBlinkLocked()596 if (record.isIntercepted()) { in shouldMuteNotificationLocked()
972 public boolean isIntercepted() { in isIntercepted() method in NotificationRecord
9357 boolean interceptBefore = record.isIntercepted();9365 boolean interceptChanged = interceptBefore != record.isIntercepted();9376 if (interceptBefore && !record.isIntercepted()9466 if (record.isIntercepted()) {10634 !record.isIntercepted(),
104 !isIntercepted(i), in generateUpdate()151 public static boolean isIntercepted(int index) { in isIntercepted() method in NotificationRankingUpdateTest
16289 PLcom/android/server/notification/NotificationRecord;->isIntercepted()Z
49075 Landroid/service/notification/NotificationListenerService$RankingMap;->isIntercepted(Ljava/lang/Str…