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.java48 public Builder setShouldAddToCallLog(boolean shouldAddToCallLog) { in setShouldAddToCallLog() argument
49 mShouldAddToCallLog = shouldAddToCallLog; in setShouldAddToCallLog()
92 .setShouldAddToCallLog(result.shouldAddToCallLog) in from()
113 public boolean shouldAddToCallLog; field in CallFilteringResult
122 shouldSilence, boolean shouldAddToCallLog, boolean shouldShowNotification, int in CallFilteringResult() argument
128 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 …]
DCallScreeningServiceFilter.java83 boolean shouldAddToCallLog, boolean shouldShowNotification, in disallowCall() argument
93 .setShouldAddToCallLog(shouldAddToCallLog in disallowCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java786 if (result.shouldAddToCallLog) { in onCallFilteringComplete()