Home | History | Annotate | Download | only in conversation

Lines Matching full:attachmentcount

556             int attachmentCount = mBinding.getData().getReadOnlyAttachments().size()
560 attachmentCount, attachmentCount);
703 final int attachmentCount = attachments.size();
704 if (attachmentCount == 0) {
742 R.plurals.compose_message_view_hint_text_photo, attachmentCount));
747 R.plurals.compose_message_view_hint_text_audio, attachmentCount));
752 R.plurals.compose_message_view_hint_text_video, attachmentCount));
757 R.plurals.compose_message_view_hint_text_vcard, attachmentCount));
762 R.plurals.compose_message_view_hint_text_attachments, attachmentCount));