Searched defs:alternateContentDescription (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java114 Drawable alternateIcon, Intent alternateIntent, String alternateContentDescription,
129 mAlternateContentDescription = alternateContentDescription;
111 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, String alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int iconResourceId) argument
H A DQuickContactActivity.java1129 /* alternateContentDescription = */ null,
1187 /* alternateContentDescription = */ null, /* shouldApplyColor = */ true,
1199 /* alternateIntent = */ null, /* alternateContentDescription = */ null,
1364 StringBuilder alternateContentDescription = new StringBuilder();
1509 alternateContentDescription.append(res.getString(R.string.sms_custom, header));
1559 alternateContentDescription.append(res.getString(
1621 dataItem, secondDataItem, alternateContentDescription,
1627 alternateContentDescription = itemModel.alternateContentDescription;
1647 dataItem, secondDataItem, alternateContentDescription,
1785 public StringBuilder alternateContentDescription; field in class:QuickContactActivity.GPlusOrHangoutsDataItemModel
1790 GPlusOrHangoutsDataItemModel(Intent intent, Intent alternateIntent, DataItem dataItem, DataItem secondDataItem, StringBuilder alternateContentDescription, String header, String text, Context context) argument
[all...]

Completed in 71 milliseconds