Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySourcesGroup.java166 @NonNull private final List<SafetySource> mSafetySources; field in SafetySourcesGroup
180 mSafetySources = safetySources; in SafetySourcesGroup()
242 return mSafetySources; in getSafetySources()
255 && Objects.equals(mSafetySources, that.mSafetySources); in equals()
261 mType, mId, mTitleResId, mSummaryResId, mStatelessIconType, mSafetySources); in hashCode()
278 + mSafetySources in toString()
293 dest.writeTypedList(mSafetySources); in writeToParcel()
302 private final List<SafetySource> mSafetySources = new ArrayList<>(); field in SafetySourcesGroup.Builder
321 mSafetySources.addAll(original.mSafetySources); in Builder()
405 mSafetySources.add(requireNonNull(safetySource)); in addSafetySource()
[all …]