Home
last modified time | relevance | path

Searched refs:notificationCount (Results 1 – 5 of 5) 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/
DScrimController.java430 public void setNotificationCount(int notificationCount) { in setNotificationCount() argument
432 float notificationDensity = Math.min(notificationCount / maxNotificationDensity, 1f); in setNotificationCount()
DStatusBar.java3077 final int notificationCount = activeNotifications.size(); in resetUserExpandedStates() local
3078 for (int i = 0; i < notificationCount; i++) { in resetUserExpandedStates()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java926 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()