Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterEntryGroup.java72 @SafetyCenterEntry.SeverityUnspecifiedIconType private final int mSeverityUnspecifiedIconType; field in SafetyCenterEntryGroup
86 mSeverityUnspecifiedIconType = severityUnspecifiedIconType; in SafetyCenterEntryGroup()
119 return mSeverityUnspecifiedIconType; in getSeverityUnspecifiedIconType()
134 && mSeverityUnspecifiedIconType == that.mSeverityUnspecifiedIconType in equals()
144 mId, mTitle, mSummary, mSeverityLevel, mSeverityUnspecifiedIconType, mEntries); in hashCode()
159 + mSeverityUnspecifiedIconType in toString()
176 dest.writeInt(mSeverityUnspecifiedIconType); in writeToParcel()
191 private int mSeverityUnspecifiedIconType = field in SafetyCenterEntryGroup.Builder
215 mSeverityUnspecifiedIconType = safetyCenterEntryGroup.mSeverityUnspecifiedIconType; in Builder()
257 mSeverityUnspecifiedIconType = in setSeverityUnspecifiedIconType()
[all …]
DSafetyCenterEntry.java158 @SeverityUnspecifiedIconType private final int mSeverityUnspecifiedIconType; field in SafetyCenterEntry
176 mSeverityUnspecifiedIconType = severityUnspecifiedIconType; in SafetyCenterEntry()
212 return mSeverityUnspecifiedIconType; in getSeverityUnspecifiedIconType()
243 && mSeverityUnspecifiedIconType == that.mSeverityUnspecifiedIconType in equals()
259 mSeverityUnspecifiedIconType, in hashCode()
277 + mSeverityUnspecifiedIconType in toString()
298 dest.writeInt(mSeverityUnspecifiedIconType); in writeToParcel()
313 private int mSeverityUnspecifiedIconType = SEVERITY_UNSPECIFIED_ICON_TYPE_NO_ICON; field in SafetyCenterEntry.Builder
336 mSeverityUnspecifiedIconType = safetyCenterEntry.mSeverityUnspecifiedIconType; in Builder()
380 mSeverityUnspecifiedIconType = in setSeverityUnspecifiedIconType()
[all …]