Home
last modified time | relevance | path

Searched defs:shouldAddToCallLog (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java27 public boolean shouldAddToCallLog; field in CallFilteringResult
34 shouldAddToCallLog, boolean shouldShowNotification) { in CallFilteringResult()
43 shouldAddToCallLog, boolean shouldShowNotification, int callBlockReason, in CallFilteringResult()
56 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification) { in CallFilteringResult()
65 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult()
DCallScreeningServiceFilter.java121 boolean shouldAddToCallLog, in disallowCall()
281 private boolean isLoggable(ComponentName componentName, boolean shouldAddToCallLog) { in isLoggable()