Home
last modified time | relevance | path

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

/work/work-runtime/src/main/java/androidx/work/impl/utils/taskexecutor/
DSerialExecutor.java28 boolean hasPendingTasks(); in hasPendingTasks() method
/work/work-testing/src/main/java/androidx/work/testing/
DSynchronousSerialExecutor.kt44 override fun hasPendingTasks(): Boolean { in hasPendingTasks() method in androidx.work.testing.SynchronousSerialExecutor
/work/work-runtime/src/main/java/androidx/work/impl/utils/
DSerialExecutorImpl.java69 public boolean hasPendingTasks() { in hasPendingTasks() method in SerialExecutorImpl