Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java101 public long contactIdOrZero; field in CallerInfo
251 info.contactIdOrZero = contactId; in getCallerInfo()
252 Log.v(TAG, "==> got info.contactIdOrZero: " + info.contactIdOrZero); in getCallerInfo()
532 .append("\ncontactIdOrZero: " + contactIdOrZero) in toString()
DContactInfoCache.java641 if (info.lookupKeyOrNull != null && info.contactIdOrZero != 0) { in buildEntry()
642 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull); in buildEntry()