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.java51 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument
52 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()
102 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()
125 public boolean shouldAddToCallLog; field in CallFilteringResult
136 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument
144 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 …]
DCallScreeningServiceFilter.java97 .setShouldAddToCallLog(mPriorStageResult.shouldAddToCallLog) in allowCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java852 if (result.shouldAddToCallLog) { in onCallFilteringComplete()