Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventCoordinator.kt93 event.privacyItems = privacyStateListener.currentPrivacyItems
133 var currentPrivacyItems = listOf<PrivacyItem>() regex
138 if (uniqueItemsMatch(privacyItems, currentPrivacyItems)) {
141 previousPrivacyItems = currentPrivacyItems
145 currentPrivacyItems = privacyItems
150 if (currentPrivacyItems.isEmpty()) {
154 (!uniqueItemsMatch(currentPrivacyItems, previousPrivacyItems) ||