Home
last modified time | relevance | path

Searched refs:mPersistInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java138 private JobStorePersistStats mPersistInfo = new JobStorePersistStats(); field in JobStore
324 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 …]