Searched refs:issueCategoryAllowlists (Results 1 – 2 of 2) sorted by relevance
507 SafetyCenterFlags.issueCategoryAllowlists = emptyMap() in setSafetySourceData_withEmptyCategoryAllowlists_met()520 SafetyCenterFlags.issueCategoryAllowlists = in setSafetySourceData_withMissingAllowlistForCategory_met()537 SafetyCenterFlags.issueCategoryAllowlists = in setSafetySourceData_withAllowlistedSourceForCategory_met()555 SafetyCenterFlags.issueCategoryAllowlists = mapOf(ISSUE_CATEGORY_ACCOUNT to emptySet()) in setSafetySourceData_withEmptyAllowlistForCategory_notMet()576 SafetyCenterFlags.issueCategoryAllowlists = in setSafetySourceData_withoutSourceInAllowlistForCategory_notMet()
372 var issueCategoryAllowlists: Map<Int, Set<String>> by issueCategoryAllowlistsFlag in <lambda>() variable