Home
last modified time | relevance | path

Searched refs:mCallBlockReason (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java34 private int mCallBlockReason = Calls.BLOCK_REASON_NOT_BLOCKED; field in CallFilteringResult.Builder
64 mCallBlockReason = callBlockReason; in setCallBlockReason()
95 .setCallBlockReason(result.mCallBlockReason) in from()
104 mShouldAddToCallLog, mShouldShowNotification, mCallBlockReason, in build()
116 public int mCallBlockReason; field in CallFilteringResult
131 this.mCallBlockReason = callBlockReason; in CallFilteringResult()
149 if (isBlockedByProvider(mCallBlockReason)) { in combine()
150 return getCombinedCallFilteringResult(other, mCallBlockReason, in combine()
152 } else if (isBlockedByProvider(other.mCallBlockReason)) { in combine()
153 return getCombinedCallFilteringResult(other, other.mCallBlockReason, in combine()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java361 result.mCallBlockReason, result.mCallScreeningAppName, in logCall()