Searched refs:alternateContentDescription (Results 1 – 2 of 2) sorted by relevance
1393 StringBuilder alternateContentDescription = new StringBuilder(); in dataItemToEntry() local1560 alternateContentDescription.append(res.getString(R.string.sms_custom, header)); in dataItemToEntry()1562 .getTelephoneTtsSpannable(alternateContentDescription.toString(), header); in dataItemToEntry()1655 alternateContentDescription.append(res.getString( in dataItemToEntry()1723 dataItem, secondDataItem, alternateContentDescription, in dataItemToEntry()1729 alternateContentDescription = itemModel.alternateContentDescription; in dataItemToEntry()1768 } else if (TextUtils.isEmpty(alternateContentDescription)) { in dataItemToEntry()1770 alternateContentDescription.append(getIntentResolveLabel(alternateIntent, context)); in dataItemToEntry()1790 ? new SpannableString(alternateContentDescription.toString()) in dataItemToEntry()1897 public StringBuilder alternateContentDescription; field in QuickContactActivity.HangoutsDataItemModel[all …]
126 Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, in Entry() argument141 mAlternateContentDescription = alternateContentDescription; in Entry()