Searched refs:notificationCount (Results 1 – 5 of 5) 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()
430 public void setNotificationCount(int notificationCount) { in setNotificationCount() argument432 float notificationDensity = Math.min(notificationCount / maxNotificationDensity, 1f); in setNotificationCount()
3077 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates() local3078 for (int i = 0; i < notificationCount; i++) { in resetUserExpandedStates()
926 for (ConnectToNetworkNotificationAndActionCount notificationCount in assertDeserializedMetricsCorrect()928 assertEquals(NUM_CONNECT_TO_NETWORK_NOTIFICATIONS[notificationCount.notification], in assertDeserializedMetricsCorrect()929 notificationCount.count); in assertDeserializedMetricsCorrect()931 notificationCount.recommender); in assertDeserializedMetricsCorrect()