Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerInternal.java88 public int countSystemSyncManagerJobsLoaded = -1; field in JobSchedulerInternal.JobStorePersistStats
100 countSystemSyncManagerJobsLoaded = source.countSystemSyncManagerJobsLoaded; in JobStorePersistStats()
112 + countSystemSyncManagerJobsLoaded in toString()
DJobStore.java684 mPersistInfo.countSystemSyncManagerJobsLoaded = numSyncJobs; in run()