Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java416 broadcast.mSourceIdsForProfileParentOnPageOpen.add(safetySource.getId()); in extractBroadcasts()
505 private final List<String> mSourceIdsForProfileParentOnPageOpen = new ArrayList<>(); field in SafetyCenterConfigReader.Broadcast
548 return unmodifiableList(mSourceIdsForProfileParentOnPageOpen); in getSourceIdsOnPageOpenForProfileType()
566 && mSourceIdsForProfileParentOnPageOpen.equals( in equals()
567 that.mSourceIdsForProfileParentOnPageOpen) in equals()
581 mSourceIdsForProfileParentOnPageOpen, in hashCode()
596 + mSourceIdsForProfileParentOnPageOpen in toString()