Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSeverityIconPicker.kt32 severityUnspecifiedIconType: Int in selectIconResIdOrNull()
37 return selectIconResId(id, severityLevel, severityUnspecifiedIconType) in selectIconResIdOrNull()
41 fun selectIconResId(id: String, severityLevel: Int, severityUnspecifiedIconType: Int): Int { in selectIconResId()
49 return selectSeverityUnspecifiedIconResId(severityUnspecifiedIconType) in selectIconResId()
63 private fun selectSeverityUnspecifiedIconResId(severityUnspecifiedIconType: Int): Int { in selectSeverityUnspecifiedIconResId()
64 when (severityUnspecifiedIconType) { in selectSeverityUnspecifiedIconResId()
75 severityUnspecifiedIconType in selectSeverityUnspecifiedIconResId()
DSafetyHomepageEntryPreference.kt48 entryGroup.severityUnspecifiedIconType
71 entryGroup.severityUnspecifiedIconType ==
72 preference.entryGroup.severityUnspecifiedIconType
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DSafetyEntryCommonViewsManager.kt43 severityUnspecifiedIconType: Int in showDetails()
49 SeverityIconPicker.selectIconResId(id, severityLevel, severityUnspecifiedIconType) in showDetails()
54 severityUnspecifiedIconType == SEVERITY_UNSPECIFIED_ICON_TYPE_NO_ICON) in showDetails()
DSafetyEntryView.kt88 entry.severityUnspecifiedIconType in showEntryDetails()
DSafetyEntryGroupView.kt127 group.severityUnspecifiedIconType in <lambda>()
/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterEntryGroup.java80 @SafetyCenterEntry.SeverityUnspecifiedIconType int severityUnspecifiedIconType, in SafetyCenterEntryGroup() argument
86 mSeverityUnspecifiedIconType = severityUnspecifiedIconType; in SafetyCenterEntryGroup()
256 @SafetyCenterEntry.SeverityUnspecifiedIconType int severityUnspecifiedIconType) { in setSeverityUnspecifiedIconType()
258 validateSeverityUnspecifiedIconType(severityUnspecifiedIconType); in setSeverityUnspecifiedIconType()
DSafetyCenterEntry.java168 @SeverityUnspecifiedIconType int severityUnspecifiedIconType, in SafetyCenterEntry() argument
176 mSeverityUnspecifiedIconType = severityUnspecifiedIconType; in SafetyCenterEntry()
379 @SeverityUnspecifiedIconType int severityUnspecifiedIconType) { in setSeverityUnspecifiedIconType()
381 validateSeverityUnspecifiedIconType(severityUnspecifiedIconType); in setSeverityUnspecifiedIconType()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterEntryGroupTest.kt112 assertThat(entryGroup1.severityUnspecifiedIconType) in getSeverityUnspecifiedIconType_returnsSeverityUnspecifiedIconType()
120 .severityUnspecifiedIconType in getSeverityUnspecifiedIconType_returnsSeverityUnspecifiedIconType()
DSafetyCenterEntryTest.kt109 assertThat(entry1.severityUnspecifiedIconType) in getSeverityUnspecifiedIconType_returnsSeverityUnspecifiedIconType()
117 .severityUnspecifiedIconType in getSeverityUnspecifiedIconType_returnsSeverityUnspecifiedIconType()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java632 int severityUnspecifiedIconType = in toSafetyCenterEntry() local
650 .setSeverityUnspecifiedIconType(severityUnspecifiedIconType) in toSafetyCenterEntry()
682 @SafetyCenterEntry.SeverityUnspecifiedIconType int severityUnspecifiedIconType, in toDefaultSafetyCenterEntry() argument
722 .setSeverityUnspecifiedIconType(severityUnspecifiedIconType) in toDefaultSafetyCenterEntry()