Searched refs:mContactName (Results 1 – 2 of 2) sorted by relevance
47 private final TextView mContactName; field in ContactResultViewHolder58 mContactName = view.findViewById(R.id.contact_name); in ContactResultViewHolder()74 ViewUtils.setText(mContactName, contact.getDisplayName()); in bindSearchResult()94 ViewUtils.setText(mContactName, contact.getDisplayName()); in bindTypeDownResult()
49 private final String mContactName; field in RespondViaSmsManager.MessageSentReceiver53 mContactName = contactName; in MessageSentReceiver()62 showMessageResultToast(mContactName, context, true); in onReceive()67 showMessageResultToast(mContactName, context, false); in onReceive()