Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java99 public int photoResource; field in CallerInfo
183 info.photoResource = 0; in getCallerInfo()
531 .append("\nphotoResource: " + photoResource) in toString()
DContactInfoCache.java627 if (info.photoResource != 0) { in buildEntry()
628 cce.photo = ContextCompat.getDrawable(context, info.photoResource); in buildEntry()