Searched refs:sJob (Results 1 – 1 of 1) sorted by relevance
56 private static final AtomicReference<SecretkeeperJob> sJob = new AtomicReference<>(); field in SecretkeeperJobService85 sJob.set(job); in onStartJob()96 sJob.set(null); in onStartJob()108 SecretkeeperJob job = sJob.getAndSet(null); in onStopJob()