From c510b5ebe843deff800ae592152b6267fa7323a0 Mon Sep 17 00:00:00 2001 From: Muyuan Li Date: Wed, 9 Mar 2016 17:15:05 -0800 Subject: Making clearAllNotifications in PSB public. Change-Id: I5603755e8f66d12d53dc167e1a97045fa93f60a5 (cherry picked from commit 083281681ef711d7cc1ea64d5ef89a4b46c61e35) --- .../src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index 03cdcb2d7728..ec3c4aa6972a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -1012,7 +1012,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, } } - private void clearAllNotifications() { + public void clearAllNotifications() { // animate-swipe all dismissable notifications, then animate the shade closed int numChildren = mStackScroller.getChildCount(); -- cgit v1.2.3-59-g8ed1b