Searched refs:mPersistInfo (Results 1 – 1 of 1) sorted by relevance
117 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore234 return mPersistInfo; in getPersistStats()518 mPersistInfo.countAllJobsSaved = numJobs;519 mPersistInfo.countSystemServerJobsSaved = numSystemJobs;520 mPersistInfo.countSystemSyncManagerJobsSaved = numSyncJobs;737 if (mPersistInfo.countAllJobsLoaded < 0) { // Only set them once. in run()738 mPersistInfo.countAllJobsLoaded = numJobs; in run()739 mPersistInfo.countSystemServerJobsLoaded = numSystemJobs; in run()740 mPersistInfo.countSystemSyncManagerJobsLoaded = numSyncJobs; in run()