Home
last modified time | relevance | path

Searched refs:primaryContentDescription (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1367 StringBuilder primaryContentDescription = new StringBuilder(); in dataItemToEntry() local
1494 primaryContentDescription.append(res.getString(R.string.call_other)).append(" "); in dataItemToEntry()
1509 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1512 primaryContentDescription.append(header); in dataItemToEntry()
1561 primaryContentDescription.append(res.getString(R.string.email_other)).append(" "); in dataItemToEntry()
1571 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1573 primaryContentDescription.append(header); in dataItemToEntry()
1581 primaryContentDescription.append(res.getString(R.string.map_other)).append(" "); in dataItemToEntry()
1590 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1592 primaryContentDescription.append(header); in dataItemToEntry()
[all …]
DExpandingEntryCardView.java124 Spannable primaryContentDescription, Intent intent, in Entry() argument
137 mPrimaryContentDescription = primaryContentDescription; in Entry()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java329 String primaryContentDescription = resources.getString(resId, senderOrConvName, in buildContentDescription() local
334 String contentDescription = primaryContentDescription; in buildContentDescription()
340 contentDescriptionBuilder.append(primaryContentDescription); in buildContentDescription()