Searched refs:mPersistInfo (Results 1 – 1 of 1) sorted by relevance
112 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore229 return mPersistInfo; in getPersistStats()463 mPersistInfo.countAllJobsSaved = numJobs;464 mPersistInfo.countSystemServerJobsSaved = numSystemJobs;465 mPersistInfo.countSystemSyncManagerJobsSaved = numSyncJobs;681 if (mPersistInfo.countAllJobsLoaded < 0) { // Only set them once. in run()682 mPersistInfo.countAllJobsLoaded = numJobs; in run()683 mPersistInfo.countSystemServerJobsLoaded = numSystemJobs; in run()684 mPersistInfo.countSystemSyncManagerJobsLoaded = numSyncJobs; in run()