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
169 info.contactExists = false; in getCallerInfo()
256 info.contactExists = true; in getCallerInfo()
294 if (!previousResult.contactExists in doSecondaryLookupIfNecessary()
525 .append("\ncontactExists: " + contactExists) in toString()
DContactInfoCache.java157 if (callerInfo.contactExists || callerInfo.isEmergencyNumber() || in findInfoQueryComplete()
166 callerInfo.contactExists) { in findInfoQueryComplete()
177 if (!callerInfo.contactExists && mPhoneNumberService != null) { in findInfoQueryComplete()
189 if (callerInfo.contactExists) { in findInfoQueryComplete()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1011 if (mCallerInfo == null || !mCallerInfo.contactExists) { in getContactUri()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1607 if (ci.contactExists || ci.isEmergencyNumber() || ci.isVoiceMailNumber()) {