Searched refs:contactExists (Results 1 – 4 of 4) sorted by relevance
85 public boolean contactExists; field in CallerInfo175 info.contactExists = false; in getCallerInfo()262 info.contactExists = true; in getCallerInfo()300 if (!previousResult.contactExists in doSecondaryLookupIfNecessary()531 .append("\ncontactExists: " + contactExists) in toString()
207 if (callerInfo.contactExists || callerInfo.isEmergencyNumber() || in findInfoQueryComplete()216 callerInfo.contactExists) { in findInfoQueryComplete()227 if (!callerInfo.contactExists && mPhoneNumberService != null) { in findInfoQueryComplete()239 if (callerInfo.contactExists) { in findInfoQueryComplete()
1158 if (mCallerInfo == null || !mCallerInfo.contactExists) { in getContactUri()
1611 if (ci.contactExists || ci.isEmergencyNumber() || ci.isVoiceMailNumber()) {