Searched refs:contactExists (Results 1 – 15 of 15) sorted by relevance
93 public Builder setContactExists(boolean contactExists) { in setContactExists() argument94 mContactExists = contactExists; in setContactExists()111 .setContactExists(result.contactExists); in from()133 public boolean contactExists; field in CallFilteringResult140 boolean shouldScreenViaAudio, boolean contactExists) { in CallFilteringResult() argument152 this.contactExists = contactExists; in CallFilteringResult()205 .setContactExists(contactExists || other.contactExists); in combine()235 .setContactExists(contactExists || other.contactExists); in getCombinedCallFilteringResult()276 if (contactExists != that.contactExists) return false; in equals()321 if (contactExists) { in toString()
102 .setContactExists(mPriorStageResult.contactExists) in allowCall()130 .setContactExists(mPriorStageResult.contactExists) in disallowCall()160 .setContactExists(mPriorStageResult.contactExists) in silenceCall()195 .setContactExists(mPriorStageResult.contactExists) in screenCallFurther()286 if (priorStageResult.contactExists && (!hasReadContactsPermission())) { in startFilterLookup()
59 .setContactExists(info.contactExists) in startFilterLookup()
77 if (info != null && info.contactExists) { in startFilterLookup()
93 public boolean contactExists; field in CallerInfo175 info.contactExists = false; in getCallerInfo()288 info.contactExists = true; in getCallerInfo()341 if (!previousResult.contactExists && PhoneNumberHelper.isUriNumber(number)) { in doSecondaryLookupIfNecessary()527 .append("\ncontactExists: " + contactExists) in toString()
275 if (info.contactExists) { in populateCacheEntry()459 if (callerInfo.contactExists in updateCallerInfoInCacheOnAnyThread()534 if (!callerInfo.contactExists in maybeUpdateFromCequintCallerId()542 callerInfo.contactExists = true; in maybeUpdateFromCequintCallerId()834 if (!callerInfo.contactExists && phoneNumberService != null) { in onQueryComplete()843 if (callerInfo.contactExists) { in onQueryComplete()
102 if ((ci != null && ci.contactExists) in startQuery()301 if (!isListenerCalled && (ci.contactExists || count == 0)) { in onDirectoryQueryComplete()318 if (ci.contactExists && cachedNumberLookupService != null) { in addCallerInfoIntoCache()
89 info.contactExists = false; in buildCallerInfo()
67 public boolean contactExists; field in ContactInfo
371 info.contactExists = true; in createPhoneLookupContactInfo()636 if (!info.contactExists && info.photoUri == null && cequintCallerIdContact.photoUri() != null) { in updateFromCequintCallerId()
202 inputResult.contactExists = true; in testNoBindingCondition()214 inputResult.contactExists = true; in testBindingCondition()
399 sendToVoicemailCallerInfo.contactExists = true; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
165 if (info != null && !info.contactExists) { in queryContactInfo()
775 && incomingCall.getCallerInfo().contactExists; in onCallFilteringComplete()1798 && uriCallerInfoPair.second.contactExists; in startOutgoingCall()
2849 if (mCallerInfo == null || !mCallerInfo.contactExists) { in getContactUri()