Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobPackageTracker.java126 int mMaxTotalActive; field in JobPackageTracker.DataSet
289 if (mMaxTotalActive > out.mMaxTotalActive) { in addTo()
290 out.mMaxTotalActive = mMaxTotalActive; in addTo()
369 pw.print(mMaxTotalActive); pw.print(" total, "); in dump()
434 proto.write(DataSetProto.MAX_CONCURRENCY, mMaxTotalActive); in dump()
493 if (totalActive > mCurDataSet.mMaxTotalActive) { in noteConcurrency()
494 mCurDataSet.mMaxTotalActive = totalActive; in noteConcurrency()