Searched refs:notificationCount (Results 1 – 4 of 4) sorted by relevance
26 private int notificationCount = 0; field in PropertyChangeRegistryTest51 notificationCount++; in testNotifyChanged()58 assertEquals(0, notificationCount); in testNotifyChanged()60 assertEquals(1, notificationCount); in testNotifyChanged()
27 private int notificationCount = 0; field in MapChangeRegistryTest43 notificationCount++; in testNotifyAllChanged()50 assertEquals(0, notificationCount); in testNotifyAllChanged()52 assertEquals(1, notificationCount); in testNotifyAllChanged()
92 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount, in setup() argument97 mNotificationCount = notificationCount; in setup()
3648 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates() local3649 for (int i = 0; i < notificationCount; i++) { in resetUserExpandedStates()