Searched refs:mustKeep (Results 1 – 1 of 1) sorted by relevance
188 val mustKeep = privacyList.filter { in processNewList() constant193 if (mustKeep.isNotEmpty()) { in processNewList()194 logger.logPrivacyItemsToHold(mustKeep) in processNewList()195 val earliestTime = mustKeep.minByOrNull { it.timeStampElapsed }!!.timeStampElapsed in processNewList()202 return list.filter { !it.paused } + mustKeep in processNewList()