Searched refs:mCallBlockReason (Results 1 – 2 of 2) sorted by relevance
36 private int mCallBlockReason = Calls.BLOCK_REASON_NOT_BLOCKED; field in CallFilteringResult.Builder73 mCallBlockReason = callBlockReason; in setCallBlockReason()112 .setCallBlockReason(result.mCallBlockReason) in from()124 mDndSuppressed, mCallBlockReason, mCallScreeningAppName, in build()137 public int mCallBlockReason; field in CallFilteringResult158 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 …]
359 paramBuilder.setCallBlockReason(result.mCallBlockReason); in logCall()