Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java155 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runRemovingLastJob()
166 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runRemovingLastJob()
208 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runClearJobs()
231 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testDynamicConstraintsNotPersisted()
312 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testMaybeWriteStatusToDisk()
365 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runWritingJobsToDisk()
412 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithExtras()
432 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithSourcePackage()
455 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithFlex()
488 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testMassivePeriodClampedOnRead()
[all …]
/aosp14/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/
H A DJobStorePerfTests.java179 sJobStore.readJobMapFromDisk(jobSet, rtcIsGood); in runPersistedJobReading()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java219 readJobMapFromDisk(mJobSet, mRtcGood); in init()
538 public void readJobMapFromDisk(JobSet jobSet, boolean rtcGood) { in readJobMapFromDisk() method in JobStore