Searched refs:alternateContentDescription (Results 1 – 2 of 2) sorted by relevance
1393 StringBuilder alternateContentDescription = new StringBuilder(); in dataItemToEntry() local1555 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 …]
126 Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, in Entry() argument141 mAlternateContentDescription = alternateContentDescription; in Entry()