Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java768 ImageView workIcon = (ImageView) view.findViewById(R.id.work_icon); in bindView() local
770 workIcon.setImageDrawable(getPackageManager().getUserBadgeForDensityNoBackground( in bindView()
772 workIcon.setVisibility(View.VISIBLE); in bindView()
774 workIcon.setVisibility(View.GONE); in bindView()