Home
last modified time | relevance | path

Searched refs:emitBatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java187 emitBatch(requireNonNull(event.getBatch())); in maybeEmitBatch()
191 emitBatch(batch); in maybeEmitBatch()
245 emitBatch(batch); in resetShortTimeout()
250 private void emitBatch(EventBatch batch) { in emitBatch() method in GroupCoalescer