Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java121 private final AtomicReference<Job> mForegroundJob = new AtomicReference<>(); field in FileOperationService
337 if (mForegroundJob.compareAndSet(null, job)) { in onStart()
386 if (mForegroundJob.compareAndSet(job, candidate)) { in updateForegroundState()