Searched refs:activeTask (Results 1 – 1 of 1) sorted by relevance
57 private TranscriptionTask activeTask; field in TranscriptionService170 if (activeTask != null) { in onStopJob()172 activeTask.cancel(); in onStopJob()206 Assert.checkState(activeTask == null); in checkForWork()207 activeTask = in checkForWork()213 getExecutorService().execute(activeTask); in checkForWork()244 activeTask = null; in onWorkCompleted()