Searched refs:shouldAddToCallLog (Results 1 – 3 of 3) sorted by relevance
51 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument52 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()102 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()125 public boolean shouldAddToCallLog; field in CallFilteringResult136 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument144 this.shouldAddToCallLog = shouldAddToCallLog; in CallFilteringResult()202 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in combine()229 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in getCombinedCallFilteringResult()273 if (shouldAddToCallLog != that.shouldAddToCallLog) return false; in equals()290 result = 31 * result + (shouldAddToCallLog ? 1 : 0); in hashCode()[all …]
97 .setShouldAddToCallLog(mPriorStageResult.shouldAddToCallLog) in allowCall()
852 if (result.shouldAddToCallLog) { in onCallFilteringComplete()