Home
last modified time | relevance | path

Searched refs:shouldAddToCallLog (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java52 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument
53 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()
108 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()
133 public boolean shouldAddToCallLog; field in CallFilteringResult
145 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, boolean in CallFilteringResult() argument
154 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 …]
DCallScreeningServiceFilter.java98 .setShouldAddToCallLog(mPriorStageResult.shouldAddToCallLog) in allowCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1092 if (result.shouldAddToCallLog) { in onCallFilteringComplete()