Searched refs:countAllJobsLoaded (Results 1 – 2 of 2) sorted by relevance
88 public int countAllJobsLoaded = -1; field in JobSchedulerInternal.JobStorePersistStats100 countAllJobsLoaded = source.countAllJobsLoaded; in JobStorePersistStats()112 + countAllJobsLoaded + "/" in toString()128 proto.write(JobStorePersistStatsProto.Stats.NUM_TOTAL_JOBS, countAllJobsLoaded); in dumpDebug()
1199 if (mPersistInfo.countAllJobsLoaded < 0) { // Only set them once. in run()1200 mPersistInfo.countAllJobsLoaded = numJobs; in run()