Home
last modified time | relevance | path

Searched refs:hasInterceptBeenSet (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java279 if (record.hasInterceptBeenSet() && (interceptBefore == intercept)) { in maybeLogInterceptDecision()
287 if (!record.hasInterceptBeenSet()) { in maybeLogInterceptDecision()
H A DNotificationRecord.java959 public boolean hasInterceptBeenSet() { in hasInterceptBeenSet() method in NotificationRecord