diff options
| author | 2016-03-09 17:15:05 -0800 | |
|---|---|---|
| committer | 2016-03-10 18:12:52 +0000 | |
| commit | c510b5ebe843deff800ae592152b6267fa7323a0 (patch) | |
| tree | bbcc9df8efff82428e81f40e4003b425f9f95273 | |
| parent | 23ca16865ae63a482f8725f663231389a7984202 (diff) | |
Making clearAllNotifications in PSB public.
Change-Id: I5603755e8f66d12d53dc167e1a97045fa93f60a5
(cherry picked from commit 083281681ef711d7cc1ea64d5ef89a4b46c61e35)
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |