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.java1372 StringBuilder alternateContentDescription = new StringBuilder(); in dataItemToEntry() local
1522 alternateContentDescription.append(res.getString(R.string.sms_custom, header)); in dataItemToEntry()
1596 alternateContentDescription.append(res.getString( in dataItemToEntry()
1658 dataItem, secondDataItem, alternateContentDescription, in dataItemToEntry()
1664 alternateContentDescription = itemModel.alternateContentDescription; in dataItemToEntry()
1684 dataItem, secondDataItem, alternateContentDescription, in dataItemToEntry()
1690 alternateContentDescription = itemModel.alternateContentDescription; in dataItemToEntry()
1727 } else if (TextUtils.isEmpty(alternateContentDescription)) { in dataItemToEntry()
1729 alternateContentDescription.append(getIntentResolveLabel(alternateIntent, context)); in dataItemToEntry()
1746 alternateContentDescription.toString(), shouldApplyColor, isEditable, in dataItemToEntry()
[all …]
DExpandingEntryCardView.java125 Drawable alternateIcon, Intent alternateIntent, String alternateContentDescription, in Entry() argument
141 mAlternateContentDescription = alternateContentDescription; in Entry()