Home
last modified time | relevance | path

Searched refs:mNotificationCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java48 int mNotificationCount = 0; field in NotificationPanel
103 setContentFrameVisible(mNotificationCount > 0, false); in onFinishInflate()
118 setContentFrameVisible(mSettingsView != null || mNotificationCount > 0, false); in show()
220 if ((mNotificationCount > 0) != (n > 0)) { in setNotificationCount()
224 mNotificationCount = n; in setNotificationCount()
280 if (mNotificationCount == 0) { in swapPanels()
286 if (toShow == mSettingsView || mNotificationCount > 0) { in swapPanels()
379 if (mNotificationCount == 0) { in createAnimation()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java415 private int mNotificationCount = 0; field in DatabaseGeneralTest.ChangeObserver
422 return mNotificationCount; in getNotificationCount()
440 mNotificationCount++; in onChange()