Searched refs:shouldAddToCallLog (Results 1 – 3 of 3) sorted by relevance
52 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument53 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()108 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()133 public boolean shouldAddToCallLog; field in CallFilteringResult145 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, boolean in CallFilteringResult() argument154 this.shouldAddToCallLog = shouldAddToCallLog; in CallFilteringResult()213 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in combine()242 .setShouldAddToCallLog(shouldAddToCallLog && other.shouldAddToCallLog) in getCombinedCallFilteringResult()288 if (shouldAddToCallLog != that.shouldAddToCallLog) return false; in equals()306 result = 31 * result + (shouldAddToCallLog ? 1 : 0); in hashCode()[all …]
98 .setShouldAddToCallLog(mPriorStageResult.shouldAddToCallLog) in allowCall()
1092 if (result.shouldAddToCallLog) { in onCallFilteringComplete()