Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DContactInfoCache.java330 if (info.lookupKeyOrNull == null || info.contactIdOrZero == 0) { in buildEntry()
334 cce.lookupUri = Contacts.getLookupUri(info.contactIdOrZero, info.lookupKeyOrNull); in buildEntry()
338 cce.lookupKey = info.lookupKeyOrNull; in buildEntry()
DCallerInfo.java96 public String lookupKeyOrNull; field in CallerInfo
223 info.lookupKeyOrNull = cursor.getString(columnIndex); in getCallerInfo()