Searched refs:shouldAddToCallLog (Results 1 – 3 of 3) sorted by relevance
48 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument49 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()92 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()113 public boolean shouldAddToCallLog; field in CallFilteringResult122 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument128 this.shouldAddToCallLog = shouldAddToCallLog; in CallFilteringResult()184 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in combine()209 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in getCombinedCallFilteringResult()230 if (shouldAddToCallLog != that.shouldAddToCallLog) return false; in equals()247 result = 31 * result + (shouldAddToCallLog ? 1 : 0); in hashCode()[all …]
83 boolean shouldAddToCallLog, boolean shouldShowNotification, in disallowCall() argument93 .setShouldAddToCallLog(shouldAddToCallLog in disallowCall()
786 if (result.shouldAddToCallLog) { in onCallFilteringComplete()