Searched refs:setContactExists (Results 1 – 4 of 4) sorted by relevance
99 public Builder setContactExists(boolean contactExists) { in setContactExists() method in CallFilteringResult.Builder118 .setContactExists(result.contactExists); in from()218 .setContactExists(contactExists || other.contactExists); in combine()250 .setContactExists(contactExists || other.contactExists); in getCombinedCallFilteringResult()
103 .setContactExists(mPriorStageResult.contactExists) in allowCall()131 .setContactExists(mPriorStageResult.contactExists) in disallowCall()161 .setContactExists(mPriorStageResult.contactExists) in silenceCall()196 .setContactExists(mPriorStageResult.contactExists) in screenCallFurther()
196 .setContactExists(mContactExists) in completeResult()205 .setContactExists(mContactExists) in completeResult()
59 .setContactExists(info.contactExists) in startFilterLookup()