Searched refs:readJobMapFromDisk (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 159 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runRemovingLastJob() 170 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runRemovingLastJob() 212 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runClearJobs() 249 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testSkipExtraFiles() 272 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testDynamicConstraintsNotPersisted() 352 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testMaybeWriteStatusToDisk() 405 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in runWritingJobsToDisk() 452 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithExtras() 472 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithSourcePackage() 495 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithFlex() [all …]
|
/frameworks/base/tests/JobSchedulerPerfTests/src/com/android/frameworks/perftests/job/ |
D | JobStorePerfTests.java | 179 sJobStore.readJobMapFromDisk(jobSet, rtcIsGood); in runPersistedJobReading()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobStore.java | 222 readJobMapFromDisk(mJobSet, mRtcGood); in init() 543 public void readJobMapFromDisk(JobSet jobSet, boolean rtcGood) { in readJobMapFromDisk() method in JobStore
|