Searched refs:countAllJobsLoaded (Results 1 – 2 of 2) sorted by relevance
68 public int countAllJobsLoaded = -1; field in JobSchedulerInternal.JobStorePersistStats80 countAllJobsLoaded = source.countAllJobsLoaded; in JobStorePersistStats()92 + countAllJobsLoaded + "/" in toString()108 proto.write(JobStorePersistStatsProto.Stats.NUM_TOTAL_JOBS, countAllJobsLoaded); in dumpDebug()
737 if (mPersistInfo.countAllJobsLoaded < 0) { // Only set them once. in run()738 mPersistInfo.countAllJobsLoaded = numJobs; in run()