Searched refs:contactExists (Results 1 – 13 of 13) sorted by relevance
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()
225 boolean contactExists = info != null && info.contactExists; in checkContactExistsAndBindService()227 contactExists); in checkContactExistsAndBindService()228 if (!contactExists) { in checkContactExistsAndBindService()
73 boolean contactExists = info == null ? false : info.contactExists; in startFilterLookup()75 String.valueOf(contactExists)); in startFilterLookup()
180 callerInfo.contactExists = false; in testAllAllowCall()211 callerInfo.contactExists = true; in testCarrierAllowCallAndContactExists()275 callerInfo.contactExists = false; in testDefaultDialerRejectCall()321 callerInfo.contactExists = false; in testUserChosenRejectCall()
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()
165 if (info != null && !info.contactExists) { in queryContactInfo()
997 if (ci.contactExists || ci.isEmergencyNumber() || ci.isVoiceMailNumber()) {
2193 if (mCallerInfo == null || !mCallerInfo.contactExists) { in getContactUri()
1492 && uriCallerInfoPair.second.contactExists; in startOutgoingCall()