Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/
DSafetyCenterEntryOrGroup.java63 @Nullable private final SafetyCenterEntryGroup mEntryGroup; field in SafetyCenterEntryOrGroup
68 mEntryGroup = null; in SafetyCenterEntryOrGroup()
74 mEntryGroup = requireNonNull(entryGroup); in SafetyCenterEntryOrGroup()
95 return mEntryGroup; in getEntryGroup()
103 return Objects.equals(mEntry, that.mEntry) && Objects.equals(mEntryGroup, that.mEntryGroup); in equals()
108 return Objects.hash(mEntry, mEntryGroup); in hashCode()
117 + mEntryGroup in toString()
129 dest.writeTypedObject(mEntryGroup, flags); in writeToParcel()