Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1393 StringBuilder alternateContentDescription = new StringBuilder(); in dataItemToEntry() local
1555 alternateContentDescription.append(res.getString(R.string.sms_custom, header)); in dataItemToEntry()
1557 .getTelephoneTtsSpannable(alternateContentDescription.toString(), header); in dataItemToEntry()
1650 alternateContentDescription.append(res.getString( in dataItemToEntry()
1718 dataItem, secondDataItem, alternateContentDescription, in dataItemToEntry()
1724 alternateContentDescription = itemModel.alternateContentDescription; in dataItemToEntry()
1763 } else if (TextUtils.isEmpty(alternateContentDescription)) { in dataItemToEntry()
1765 alternateContentDescription.append(getIntentResolveLabel(alternateIntent, context)); in dataItemToEntry()
1785 ? new SpannableString(alternateContentDescription.toString()) in dataItemToEntry()
1892 public StringBuilder alternateContentDescription; field in QuickContactActivity.HangoutsDataItemModel
[all …]
DExpandingEntryCardView.java126 Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, in Entry() argument
141 mAlternateContentDescription = alternateContentDescription; in Entry()