Searched refs:currentPrivacyItems (Results 1 – 1 of 1) sorted by relevance
93 event.privacyItems = privacyStateListener.currentPrivacyItems133 var currentPrivacyItems = listOf<PrivacyItem>() regex138 if (uniqueItemsMatch(privacyItems, currentPrivacyItems)) {141 previousPrivacyItems = currentPrivacyItems145 currentPrivacyItems = privacyItems150 if (currentPrivacyItems.isEmpty()) {154 (!uniqueItemsMatch(currentPrivacyItems, previousPrivacyItems) ||