Searched refs:cancellations (Results 1 – 2 of 2) sorted by relevance
41 val cancellations = ConcurrentHashMap<Runnable, MutableList<Cancellation>>() in <lambda>() constant56 cancellations.get(runnable)?.removeIf { it.token == token } in <lambda>()57 cancellations.remove(runnable, emptyList()) in <lambda>()62 cancellations in <lambda>()76 cancellations.get(runnable)?.removeIf { it.token == token } in <lambda>()77 cancellations.remove(runnable, emptyList()) in <lambda>()82 cancellations in <lambda>()91 cancellations.remove(runnable)?.forEach(Runnable::run) in <lambda>()
15489 // Number of SRVCC cancellations.