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()
89 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount) { in setup() argument93 mNotificationCount = notificationCount; in setup()
2921 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates() local2922 for (int i = 0; i < notificationCount; i++) { in resetUserExpandedStates()