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()370 pw.print(mMaxTotalActive); pw.print(" total, "); in dump()435 proto.write(DataSetProto.MAX_CONCURRENCY, mMaxTotalActive); in dump()494 if (totalActive > mCurDataSet.mMaxTotalActive) { in noteConcurrency()495 mCurDataSet.mMaxTotalActive = totalActive; in noteConcurrency()