Searched refs:sJobStore (Results 1 – 1 of 1) sorted by relevance
53 private static JobStore sJobStore; field in JobStorePerfTests65 sJobStore = JobStore.initAndGetForTesting(sContext, sTestDir); in setUpOnce()85 sJobStore.clear(); in runPersistedJobWriting()87 sJobStore.add(job); in runPersistedJobWriting()89 sJobStore.waitForWriteToCompleteForTesting(10_000); in runPersistedJobWriting()92 sJobStore.writeStatusToDiskForTesting(); in runPersistedJobWriting()113 sJobStore.clear(); in runPersistedJobReading()115 sJobStore.add(job); in runPersistedJobReading()117 sJobStore.waitForWriteToCompleteForTesting(10_000); in runPersistedJobReading()122 sJobStore.readJobMapFromDisk(jobSet, rtcIsGood); in runPersistedJobReading()