Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/
H A DJobStorePerfTests.java53 private static JobStore sJobStore; field in JobStorePerfTests
65 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()