Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java831 private void callOnCleanup(List<? extends Pluggable<?>> pluggables) { in callOnCleanup() argument
832 for (int i = 0; i < pluggables.size(); i++) { in callOnCleanup()
833 pluggables.get(i).onCleanup(); in callOnCleanup()