Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java434 broadcast.mSourceIdsForPrivateProfile.add(safetySource.getId()); in extractBroadcasts()
508 private final List<String> mSourceIdsForPrivateProfile = new ArrayList<>(); field in SafetyCenterConfigReader.Broadcast
532 return unmodifiableList(mSourceIdsForPrivateProfile); in getSourceIdsForProfileType()
571 && mSourceIdsForPrivateProfile.equals(that.mSourceIdsForPrivateProfile) in equals()
584 mSourceIdsForPrivateProfile, in hashCode()
602 + mSourceIdsForPrivateProfile in toString()