Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java121 private ImageView mWorkProfileIconView; field in ConversationListItemView
149 mWorkProfileIconView = (ImageView) findViewById(R.id.work_profile_icon); in onFinishInflate()
189 mWorkProfileIconView.setVisibility(mData.isEnterprise() ? View.VISIBLE : View.GONE); in setWorkProfileIcon()