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
1523 primaryContentDescription.append(res.getString(R.string.call_other)).append(" "); in dataItemToEntry()
1538 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1541 primaryContentDescription.append(header); in dataItemToEntry()
1543 .getTelephoneTtsSpannable(primaryContentDescription.toString(), header); in dataItemToEntry()
1612 primaryContentDescription.append(res.getString(R.string.email_other)).append(" "); in dataItemToEntry()
1623 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1625 primaryContentDescription.append(header); in dataItemToEntry()
1633 primaryContentDescription.append(res.getString(R.string.map_other)).append(" "); in dataItemToEntry()
1643 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()