Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCsdWarningDialog.java105 CsdWarningDialog create(int csdWarning, Runnable onCleanup); in create() argument
111 @Background DelayableExecutor delayableExecutor, @Assisted Runnable onCleanup) { in CsdWarningDialog() argument
117 mOnCleanup = onCleanup; in CsdWarningDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DPluggable.java71 public void onCleanup() { } in onCleanup() method in Pluggable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinator.kt352 override fun onCleanup() {
H A DPreparationCoordinator.java225 public void onCleanup() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1193 notifSection.getSectioner().onCleanup(); in cleanupPluggables()
1196 comparator.onCleanup(); in cleanupPluggables()
1206 pluggables.get(i).onCleanup(); in callOnCleanup()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java933 taskAdapter.onCleanup();
1242 void onCleanup() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinatorTest.kt247 unseenFilter.onCleanup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java129 public CsdWarningDialog create(int warningType, Runnable onCleanup) {