Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
DWorkerWrapper.java93 if (tryCheckForInterruptionAndNotify()) { in run()
151 if (tryCheckForInterruptionAndNotify()) { in run()
164 if (!tryCheckForInterruptionAndNotify()) { in run()
212 private boolean tryCheckForInterruptionAndNotify() { in tryCheckForInterruptionAndNotify() method in WorkerWrapper