Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterConfigReader.java436 broadcast.mSourceIdsForPrivateProfileOnPageOpen.add( in extractBroadcasts()
509 private final List<String> mSourceIdsForPrivateProfileOnPageOpen = new ArrayList<>(); field in SafetyCenterConfigReader.Broadcast
552 return unmodifiableList(mSourceIdsForPrivateProfileOnPageOpen); in getSourceIdsOnPageOpenForProfileType()
572 && mSourceIdsForPrivateProfileOnPageOpen.equals( in equals()
573 that.mSourceIdsForPrivateProfileOnPageOpen); in equals()
585 mSourceIdsForPrivateProfileOnPageOpen); in hashCode()
604 + mSourceIdsForPrivateProfileOnPageOpen in toString()