Home
last modified time | relevance | path

Searched refs:contactIdOrZero (Results 1 – 3 of 3) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfo.java95 public long contactIdOrZero; field in CallerInfo
217 info.contactIdOrZero = contactId; in getCallerInfo()
218 Log.v(TAG, "==> got info.contactIdOrZero: " + info.contactIdOrZero); in getCallerInfo()
530 .append("\ncontactIdOrZero: " + contactIdOrZero) in toString()
DContactInfoCache.java330 if (info.lookupKeyOrNull == null || info.contactIdOrZero == 0) { in buildEntry()
334 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull); in buildEntry()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1014 return Contacts.getLookupUri(mCallerInfo.contactIdOrZero, mCallerInfo.lookupKey); in getContactUri()