Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/model/
DSafetyCenterUiData.kt74 val mappingExists = issuesToGroups?.containsKey(it.id) ?: false in getMatchingIssues() constant
79 if (mappingExists) matchesInMapping else matchesByDefault in getMatchingIssues()