Searched refs:footerLine (Results 1 – 1 of 1) sorted by relevance
542 public CharSequence footerLine = null; field in ContactFragment.ViewEntry583 this.footerLine = status.getTimestampLabel(context); in applyStatus()730 if (!TextUtils.isEmpty(entry.footerLine)) { in bindView()731 views.footer.setText(entry.footerLine); in bindView()