Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java189 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted()
209 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch() method in GroupCoalescer