Searched refs:mPersistInfo (Results 1 – 1 of 1) sorted by relevance
138 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore324 return mPersistInfo; in getPersistStats()734 mPersistInfo.countAllJobsSaved = 0;735 mPersistInfo.countSystemServerJobsSaved = 0;736 mPersistInfo.countSystemSyncManagerJobsSaved = 0;834 mPersistInfo.countAllJobsSaved += numJobs;835 mPersistInfo.countSystemServerJobsSaved += numSystemJobs;836 mPersistInfo.countSystemSyncManagerJobsSaved += numSyncJobs;1199 if (mPersistInfo.countAllJobsLoaded < 0) { // Only set them once. in run()1200 mPersistInfo.countAllJobsLoaded = numJobs; in run()[all …]