Searched refs:mCurrentGroup (Results 1 – 1 of 1) sorted by relevance
58 private int mCurrentGroup = -1; field in PriorityRecordsAggregator109 mCurrentGroup += 1; in calculateAggregation()251 + mCurrentGroup in updateAggregationResult()259 if (mOpenIntervals.isEmpty() || mCurrentGroup < 0 || mCurrentGroup >= mNumberOfGroups) { in updateAggregationResult()261 Slog.d(TAG, "No open intervals or current group: " + mCurrentGroup); in updateAggregationResult()273 if (!mGroupToAggregationResult.containsKey(mCurrentGroup)) { in updateAggregationResult()274 mGroupToAggregationResult.put(mCurrentGroup, 0.0d); in updateAggregationResult()282 mCurrentGroup, in updateAggregationResult()283 mGroupToAggregationResult.get(mCurrentGroup) in updateAggregationResult()286 if (mCurrentGroup >= 0 in updateAggregationResult()[all …]