Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java192 View appRestrictionsPref = view.findViewById(R.id.app_restrictions_pref); in onBindViewHolder() local
193 appRestrictionsPref.setOnClickListener(listener); in onBindViewHolder()
194 appRestrictionsPref.setTag(this); in onBindViewHolder()