Searched refs:mCrossProfileMessage (Results 1 – 1 of 1) sorted by relevance
44 private TextView mCrossProfileMessage; field in InflateMessageDocumentHolder65 mCrossProfileMessage = mCrossProfileView.findViewById(R.id.message); in InflateMessageDocumentHolder()106 mCrossProfileMessage.setVisibility(View.VISIBLE); in bindCrossProfileMessageView()107 mCrossProfileMessage.setText(mMessage.getMessageString()); in bindCrossProfileMessageView()109 mCrossProfileMessage.setVisibility(View.GONE); in bindCrossProfileMessageView()