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.java36 private int mCallBlockReason = Calls.BLOCK_REASON_NOT_BLOCKED; field in CallFilteringResult.Builder
73 mCallBlockReason = callBlockReason; in setCallBlockReason()
112 .setCallBlockReason(result.mCallBlockReason) in from()
124 mDndSuppressed, mCallBlockReason, mCallScreeningAppName, in build()
137 public int mCallBlockReason; field in CallFilteringResult
158 this.mCallBlockReason = callBlockReason; in CallFilteringResult()
178 if (isBlockedByProvider(mCallBlockReason)) { in combine()
179 return getCombinedCallFilteringResult(other, mCallBlockReason, in combine()
181 } else if (isBlockedByProvider(other.mCallBlockReason)) { in combine()
182 return getCombinedCallFilteringResult(other, other.mCallBlockReason, in combine()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java359 paramBuilder.setCallBlockReason(result.mCallBlockReason); in logCall()