Searched refs:mCallBlockReason (Results 1 – 2 of 2) sorted by relevance
34 private int mCallBlockReason = Calls.BLOCK_REASON_NOT_BLOCKED; field in CallFilteringResult.Builder64 mCallBlockReason = callBlockReason; in setCallBlockReason()95 .setCallBlockReason(result.mCallBlockReason) in from()104 mShouldAddToCallLog, mShouldShowNotification, mCallBlockReason, in build()116 public int mCallBlockReason; field in CallFilteringResult131 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 …]
361 result.mCallBlockReason, result.mCallScreeningAppName, in logCall()