Searched refs:EventBatch (Results 1 – 3 of 3) sorted by relevance
80 private final Map<String, EventBatch> mBatches = new ArrayMap<>();184 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch()208 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted()228 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()229 EventBatch batch = mBatches.get(groupKey); in getOrBuildBatch()231 batch = new EventBatch(mClock.uptimeMillis(), groupKey); in getOrBuildBatch()237 private void resetShortTimeout(EventBatch batch) { in resetShortTimeout()250 private void emitBatch(EventBatch batch) { in emitBatch()307 for (EventBatch batch : mBatches.values()) { in dump()
27 public class EventBatch { class42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch() method in EventBatch
27 var batch: EventBatch?