Searched refs:Cancellation (Results 1 – 3 of 3) sorted by relevance
41 val cancellations = ConcurrentHashMap<Runnable, MutableList<Cancellation>>() in <lambda>()64 .add(Cancellation(token, canceller)) in <lambda>()84 .add(Cancellation(token, canceller)) in <lambda>()100 private class Cancellation(val token: Any, canceller: Runnable) : Runnable by canceller class
82 return new Cancellation(); in enroll()88 return new Cancellation(); in authenticate()94 return new Cancellation(); in detectInteraction()237 private class Cancellation extends ICancellationSignal.Stub { class in HidlToAidlSessionAdapter239 Cancellation() {} in Cancellation() method in HidlToAidlSessionAdapter.Cancellation
142 return new Cancellation(); in enroll()148 return new Cancellation(); in authenticate()154 return new Cancellation(); in detectInteraction()344 private class Cancellation extends ICancellationSignal.Stub { class in HidlToAidlSessionAdapter346 Cancellation() {} in Cancellation() method in HidlToAidlSessionAdapter.Cancellation