Home
last modified time | relevance | path

Searched defs:wasInterrupted (Results 1 – 1 of 1) sorted by relevance

/work/work-runtime/src/main/java/androidx/work/impl/utils/futures/
DAbstractFuture.java251 final boolean wasInterrupted; field in AbstractFuture.Cancellation
254 Cancellation(boolean wasInterrupted, @Nullable Throwable cause) { in Cancellation()
632 protected final boolean wasInterrupted() { in wasInterrupted() method in AbstractFuture