Searched refs:workIconView (Results 1 – 2 of 2) sorted by relevance
231 final ImageView workIconView = mHeader.findViewById( in addAppTitleAndIcons() local233 if (workIconView != null) { in addAppTitleAndIcons()240 workIconView.setImageDrawable(icon); in addAppTitleAndIcons()
159 public ImageView workIconView; field in CallLogListItemViewHolder282 this.workIconView = (ImageView) rootView.findViewById(R.id.work_profile_icon); in CallLogListItemViewHolder()387 viewHolder.workIconView = new ImageButton(context); in createForTest()