Searched refs:mayAggregate (Results 1 – 4 of 4) sorted by relevance
67 if (lastAggregatedRecord.mayAggregate(record, mAggregationTimeLimitMs)) { in add()123 synchronized boolean mayAggregate(T record, long timeLimitMs) { in mayAggregate() method in GroupedAggregatedLogRecords.AggregatedLogRecord125 return mLatest.mayAggregate(record) && timeDeltaMs < timeLimitMs; in mayAggregate()174 boolean mayAggregate(SingleLogRecord record); in mayAggregate() method
583 public boolean mayAggregate(GroupedAggregatedLogRecords.SingleLogRecord record) { in mayAggregate() method in VibratorControlService.VibrationScaleParamRecord
1847 public boolean mayAggregate(GroupedAggregatedLogRecords.SingleLogRecord record) { in mayAggregate() method in VibrationRecord
250 public boolean mayAggregate(SingleLogRecord record) { in mayAggregate() method in GroupedAggregatedLogRecordsTest.TestSingleLogRecord