Searched refs:mMaxTotalActive (Results 1 – 1 of 1) sorted by relevance
126 int mMaxTotalActive; field in JobPackageTracker.DataSet289 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()