Searched refs:traceMatchesCallFilter (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 108 ZenLog.traceMatchesCallFilter(false, "no interruptions", callingUid); in matchesCallFilter() 112 ZenLog.traceMatchesCallFilter(false, "alarms only", callingUid); in matchesCallFilter() 118 ZenLog.traceMatchesCallFilter(true, "repeat caller", callingUid); in matchesCallFilter() 122 ZenLog.traceMatchesCallFilter(false, "calls not allowed", callingUid); in matchesCallFilter() 130 ZenLog.traceMatchesCallFilter(match, "contact affinity " + contactAffinity, in matchesCallFilter() 135 ZenLog.traceMatchesCallFilter(true, "no restrictions", callingUid); in matchesCallFilter()
|
D | ZenLog.java | 155 public static void traceMatchesCallFilter(boolean result, String reason, int callingUid) { in traceMatchesCallFilter() method in ZenLog
|