Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java776 ImageView workIcon = (ImageView) view.findViewById(R.id.work_icon); in bindView() local
778 workIcon.setImageDrawable(getPackageManager().getUserBadgeForDensityNoBackground( in bindView()
780 workIcon.setVisibility(View.VISIBLE); in bindView()
782 workIcon.setVisibility(View.GONE); in bindView()