OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:footerline
(Results
1 - 1
of
1
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
542
public CharSequence
footerLine
= null;
576
* and {@link #
footerLine
}. Otherwise only {@link #presence}
583
this.
footerLine
= status.getTimestampLabel(context);
730
if (!TextUtils.isEmpty(entry.
footerLine
)) {
731
views.footer.setText(entry.
footerLine
);
Completed in 431 milliseconds