Searched refs:sanitizeBubbles (Results 1 – 4 of 4) sorted by relevance
97 fun sanitizeBubbles(users: List<UserInfo>) { regex99 if (volatileRepository.sanitizeBubbles(userIds)) persistToDisk()
469 mDataRepository.sanitizeBubbles(users); in onInit()
217 val ret = repository.sanitizeBubbles(listOf(user0.identifier,236 val ret = repository.sanitizeBubbles(listOf(user11.identifier))259 val ret = repository.sanitizeBubbles(listOf(user0.identifier, user11.identifier))
143 fun sanitizeBubbles(activeUsers: List<Int>): Boolean { regex