Searched refs:setContactExists (Results 1 – 4 of 4) sorted by relevance
93 public Builder setContactExists(boolean contactExists) { in setContactExists() method in CallFilteringResult.Builder111 .setContactExists(result.contactExists); in from()205 .setContactExists(contactExists || other.contactExists); in combine()235 .setContactExists(contactExists || other.contactExists); in getCombinedCallFilteringResult()
102 .setContactExists(mPriorStageResult.contactExists) in allowCall()130 .setContactExists(mPriorStageResult.contactExists) in disallowCall()160 .setContactExists(mPriorStageResult.contactExists) in silenceCall()195 .setContactExists(mPriorStageResult.contactExists) in screenCallFurther()
132 .setContactExists(mContactExists) in completeResult()141 .setContactExists(mContactExists) in completeResult()
59 .setContactExists(info.contactExists) in startFilterLookup()