Searched refs:totalActive (Results 1 – 1 of 1) sorted by relevance
382 public void noteConcurrency(int totalActive, int fgActive) { in noteConcurrency() argument383 if (totalActive > mCurDataSet.mMaxTotalActive) { in noteConcurrency()384 mCurDataSet.mMaxTotalActive = totalActive; in noteConcurrency()