Searched refs:mForegroundJob (Results 1 – 1 of 1) sorted by relevance
121 private final AtomicReference<Job> mForegroundJob = new AtomicReference<>(); field in FileOperationService337 if (mForegroundJob.compareAndSet(null, job)) { in onStart()386 if (mForegroundJob.compareAndSet(job, candidate)) { in updateForegroundState()