Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/model/
DPrivacyControlsViewModel.kt84 val shownPrefs = mutableMapOf<Pref, PrefState>() in onUpdate() constant
85 shownPrefs[Pref.CAMERA] = in onUpdate()
91 shownPrefs[Pref.MIC] = in onUpdate()
97 shownPrefs[Pref.CLIPBOARD] = in onUpdate()
99 shownPrefs[Pref.SHOW_PASSWORD] = in onUpdate()
105 value = shownPrefs in onUpdate()