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.java1385 StringBuilder primaryContentDescription = new StringBuilder(); in dataItemToEntry() local
1528 primaryContentDescription.append(res.getString(R.string.call_other)).append(" "); in dataItemToEntry()
1543 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1546 primaryContentDescription.append(header); in dataItemToEntry()
1548 .getTelephoneTtsSpannable(primaryContentDescription.toString(), header); in dataItemToEntry()
1617 primaryContentDescription.append(res.getString(R.string.email_other)).append(" "); in dataItemToEntry()
1628 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1630 primaryContentDescription.append(header); in dataItemToEntry()
1638 primaryContentDescription.append(res.getString(R.string.map_other)).append(" "); in dataItemToEntry()
1648 primaryContentDescription.append(text).append(" "); 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.java335 String primaryContentDescription = resources.getString(resId, senderOrConvName, in buildContentDescription() local
340 String contentDescription = primaryContentDescription; in buildContentDescription()
346 contentDescriptionBuilder.append(primaryContentDescription); in buildContentDescription()