Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java500 mScrimController.setNotificationCount(0); in testNotificationDensity()
505 mScrimController.setNotificationCount(3); in testNotificationDensity()
601 mScrimController.setNotificationCount(count); in testConservesNotificationDensity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java430 public void setNotificationCount(int notificationCount) { in setNotificationCount() method in ScrimController
DStatusBar.java5514 mScrimController.setNotificationCount(mStackScroller.getNotGoneChildCount()); in onUpdateRowStates()