Home
last modified time | relevance | path

Searched refs:contactExists (Results 1 – 4 of 4) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfo.java85 public boolean contactExists; field in CallerInfo
175 info.contactExists = false; in getCallerInfo()
262 info.contactExists = true; in getCallerInfo()
300 if (!previousResult.contactExists in doSecondaryLookupIfNecessary()
531 .append("\ncontactExists: " + contactExists) in toString()
DContactInfoCache.java207 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1158 if (mCallerInfo == null || !mCallerInfo.contactExists) { in getContactUri()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1611 if (ci.contactExists || ci.isEmergencyNumber() || ci.isVoiceMailNumber()) {