Searched refs:sanitizeBubbles (Results 1 – 4 of 4) sorted by relevance
97 fun sanitizeBubbles(users: List<UserInfo>) { in <lambda>() method99 if (volatileRepository.sanitizeBubbles(userIds)) persistToDisk() in <lambda>()
507 mDataRepository.sanitizeBubbles(users); in onInit()
212 val ret = repository.sanitizeBubbles(listOf(user0.identifier, in testSanitizeBubbles_noChanges()230 val ret = repository.sanitizeBubbles(listOf(user11.identifier)) in testSanitizeBubbles_userRemoved()252 val ret = repository.sanitizeBubbles(listOf(user0.identifier, user11.identifier)) in testSanitizeBubbles_userParentRemoved()
143 fun sanitizeBubbles(activeUsers: List<Int>): Boolean { in <lambda>() method