Home
last modified time | relevance | path

Searched refs:wasCancelled (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerFutureSerializer.java54 AtomicBoolean wasCancelled = new AtomicBoolean(false); in submitAsync() local
57 if (wasCancelled.get()) { in submitAsync()
88 wasCancelled.set(true); in submitAsync()