Home
last modified time | relevance | path

Searched refs:notificationCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DPropertyChangeRegistryTest.java26 private int notificationCount = 0; field in PropertyChangeRegistryTest
51 notificationCount++; in testNotifyChanged()
58 assertEquals(0, notificationCount); in testNotifyChanged()
60 assertEquals(1, notificationCount); in testNotifyChanged()
DMapChangeRegistryTest.java27 private int notificationCount = 0; field in MapChangeRegistryTest
43 notificationCount++; in testNotifyAllChanged()
50 assertEquals(0, notificationCount); in testNotifyAllChanged()
52 assertEquals(1, notificationCount); in testNotifyAllChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java89 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount) { in setup() argument
93 mNotificationCount = notificationCount; in setup()
DPhoneStatusBar.java2921 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates() local
2922 for (int i = 0; i < notificationCount; i++) { in resetUserExpandedStates()