Merge "Making clearAllNotifications in PSB public." into nyc-dev

This commit is contained in:
Muyuan Li
2016-03-10 23:34:18 +00:00
committed by Android (Google) Code Review

View File

@@ -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();