Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java1385 StringBuilder primaryContentDescription = new StringBuilder(); in dataItemToEntry() local
1538 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1541 primaryContentDescription.append(header); in dataItemToEntry()
1623 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1625 primaryContentDescription.append(header); in dataItemToEntry()
1643 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1645 primaryContentDescription.append(header); in dataItemToEntry()
1659 primaryContentDescription.append(res.getString(R.string.call_other)).append( in dataItemToEntry()
1673 primaryContentDescription.append(text).append(" "); in dataItemToEntry()
1675 primaryContentDescription.append(header); in dataItemToEntry()
[all …]
H A DExpandingEntryCardView.java124 Spannable primaryContentDescription, Intent intent, in Entry() argument
137 mPrimaryContentDescription = primaryContentDescription; in Entry()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListItemView.java335 String primaryContentDescription = resources.getString(resId, senderOrConvName, in buildContentDescription() local
340 String contentDescription = primaryContentDescription; in buildContentDescription()
346 contentDescriptionBuilder.append(primaryContentDescription); in buildContentDescription()