HomeSort by relevance Sort by last modified time
    Searched defs:attribution (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java 39 * Returns the social snippet attribution for the given stream item entry, including the date.
93 final CharSequence attribution; local
95 attribution = context.getString(
99 attribution = context.getString(
103 attribution = timestampDisplayValue;
105 attribution = null;
107 return attribution;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 419 * Manually set the status attribution text to display in the header.
423 public void setStatusAttribution(CharSequence attribution) {
424 if (attribution != null) {
425 mStatusAttributionView.setText(attribution);
507 final CharSequence attribution; local
509 attribution = getContext().getString(
513 attribution = getContext().getString(
517 attribution = timestampDisplayValue;
519 attribution = null;
521 setStatusAttribution(attribution);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 816 String attribution = ContactDetailDisplayUtils.getAttribution(mContext, mContactData); local
    [all...]

Completed in 3317 milliseconds