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.java1579 StringBuilder alternateContentDescription = new StringBuilder(); in dataItemToEntry() local
1741 alternateContentDescription.append(res.getString(R.string.sms_custom, header)); in dataItemToEntry()
1743 .getTelephoneTtsSpannable(alternateContentDescription.toString(), header); in dataItemToEntry()
1830 alternateContentDescription.append(res.getString( in dataItemToEntry()
1895 dataItem, secondDataItem, alternateContentDescription, in dataItemToEntry()
1901 alternateContentDescription = itemModel.alternateContentDescription; in dataItemToEntry()
1940 } else if (TextUtils.isEmpty(alternateContentDescription)) { in dataItemToEntry()
1942 alternateContentDescription.append(getIntentResolveLabel(alternateIntent, context)); in dataItemToEntry()
1962 ? new SpannableString(alternateContentDescription.toString()) in dataItemToEntry()
2069 public StringBuilder alternateContentDescription; field in QuickContactActivity.HangoutsDataItemModel
[all …]
DExpandingEntryCardView.java125 Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, in Entry() argument
140 mAlternateContentDescription = alternateContentDescription; in Entry()