Searched refs:mPersistInfo (Results 1 – 1 of 1) sorted by relevance
135 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore321 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 …]