Searched refs:mContactName (Results 1 – 2 of 2) sorted by relevance
37 private final TextView mContactName; field in ContactResultViewHolder46 mContactName = view.findViewById(R.id.contact_name); in ContactResultViewHolder()61 mContactName.setText(details.displayName); in bind()
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()