HomeSort by relevance Sort by last modified time
    Searched refs:timestampDisplayValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java 42 final CharSequence timestampDisplayValue;
49 timestampDisplayValue = DateUtils.getRelativeTimeSpanString(
53 timestampDisplayValue = null;
94 if (timestampDisplayValue != null && labelDisplayValue != null) {
97 timestampDisplayValue, labelDisplayValue);
98 } else if (timestampDisplayValue == null && labelDisplayValue != null) {
102 } else if (timestampDisplayValue != null) {
103 attribution = timestampDisplayValue;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 465 final CharSequence timestampDisplayValue;
472 timestampDisplayValue = DateUtils.getRelativeTimeSpanString(
476 timestampDisplayValue = null;
508 if (timestampDisplayValue != null && labelDisplayValue != null) {
511 timestampDisplayValue, labelDisplayValue);
512 } else if (timestampDisplayValue == null && labelDisplayValue != null) {
516 } else if (timestampDisplayValue != null) {
517 attribution = timestampDisplayValue;

Completed in 32 milliseconds