Searched refs:setCallBlockReason (Results 1 – 8 of 8) sorted by relevance
66 public Builder setCallBlockReason(int callBlockReason) { in setCallBlockReason() method in CallFilteringResult.Builder105 .setCallBlockReason(result.mCallBlockReason) in from()232 .setCallBlockReason(callBlockReason) in getCombinedCallFilteringResult()
56 .setCallBlockReason(info.shouldSendToVoicemail ? in startFilterLookup()
129 .setCallBlockReason(getBlockReason(blockStatus)) in completeResult()
126 .setCallBlockReason(CallLog.Calls.BLOCK_REASON_CALL_SCREENING_SERVICE) in disallowCall()
319 paramBuilder.setCallBlockReason(result.mCallBlockReason); in logCall()323 paramBuilder.setCallBlockReason(BLOCK_REASON_NOT_BLOCKED); in logCall()
64 .setCallBlockReason(CallLog.Calls.BLOCK_REASON_DIRECT_TO_VOICEMAIL)
77 .setCallBlockReason(CallLog.Calls.BLOCK_REASON_BLOCKED_NUMBER)
271 .setCallBlockReason(CallLog.Calls.BLOCK_REASON_CALL_SCREENING_SERVICE) in testDisallowCall()