Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java102 public String lookupKeyOrNull; field in CallerInfo
243 info.lookupKeyOrNull = cursor.getString(columnIndex); in getCallerInfo()
308 context, info.lookupKeyOrNull, info.userType, directoryId); in getCallerInfo()
DContactInfoCache.java641 if (info.lookupKeyOrNull != null && info.contactIdOrZero != 0) { in buildEntry()
642 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull); in buildEntry()
648 cce.lookupKey = info.lookupKeyOrNull; in buildEntry()
DCallerInfoUtils.java139 cacheInfo.setLookupKey(ci.lookupKeyOrNull); in buildCachedContactInfo()