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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java95 public long contactIdOrZero; field in class:CallerInfo
217 info.contactIdOrZero = contactId;
218 Log.v(TAG, "==> got info.contactIdOrZero: " + info.contactIdOrZero);
536 .append("\ncontactIdOrZero: " + contactIdOrZero)
H A DContactInfoCache.java331 if (info.lookupKeyOrNull == null || info.contactIdOrZero == 0) {
335 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java883 return Contacts.getLookupUri(mCallerInfo.contactIdOrZero, mCallerInfo.lookupKey);

Completed in 15 milliseconds