Searched refs:mMaxTotalActive (Results 1 – 1 of 1) sorted by relevance
125 int mMaxTotalActive; field in JobPackageTracker.DataSet288 if (mMaxTotalActive > out.mMaxTotalActive) { in addTo()289 out.mMaxTotalActive = mMaxTotalActive; in addTo()330 pw.print(mMaxTotalActive); pw.print(" total, "); in dump()448 proto.write(DataSetProto.MAX_CONCURRENCY, mMaxTotalActive); in dump()507 if (totalActive > mCurDataSet.mMaxTotalActive) { in noteConcurrency()508 mCurDataSet.mMaxTotalActive = totalActive; in noteConcurrency()