Searched refs:readJobMapFromDisk (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 126 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testMaybeWriteStatusToDisk() 163 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTwoFilesToDisk() 211 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithExtras() 231 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithSourcePackage() 253 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testWritingTaskWithFlex() 285 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testMassivePeriodClampedOnRead() 310 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testPriorityPersisted() 333 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testNonPersistedTaskIsNotPersisted() 393 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testPersistedIdleConstraint() 412 mTaskStoreUnderTest.readJobMapFromDisk(jobStatusSet, true); in testPersistedChargingConstraint() [all …]
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobStore.java | 164 readJobMapFromDisk(mJobSet, mRtcGood); in JobStore() 343 public void readJobMapFromDisk(JobSet jobSet, boolean rtcGood) { in readJobMapFromDisk() method in JobStore
|