Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java135 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore
321 return mPersistInfo; in getPersistStats()
729 mPersistInfo.countAllJobsSaved = 0;
730 mPersistInfo.countSystemServerJobsSaved = 0;
731 mPersistInfo.countSystemSyncManagerJobsSaved = 0;
828 mPersistInfo.countAllJobsSaved += numJobs;
829 mPersistInfo.countSystemServerJobsSaved += numSystemJobs;
830 mPersistInfo.countSystemSyncManagerJobsSaved += numSyncJobs;
1178 mPersistInfo.countAllJobsLoaded = numJobs; in run()
1179 mPersistInfo.countSystemServerJobsLoaded = numSystemJobs; in run()
[all …]