Home
last modified time | relevance | path

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

/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
DRingtonePickerActivity.java782 ImageView workIcon = (ImageView) view.findViewById(R.id.work_icon); in bindView() local
784 workIcon.setImageDrawable(getPackageManager().getUserBadgeForDensityNoBackground( in bindView()
786 workIcon.setVisibility(View.VISIBLE); in bindView()
788 workIcon.setVisibility(View.GONE); in bindView()