Home
last modified time | relevance | path

Searched refs:mCrossProfileMessage (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DInflateMessageDocumentHolder.java44 private TextView mCrossProfileMessage; field in InflateMessageDocumentHolder
65 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()