Searched refs:notificationCount (Results 1 – 7 of 7) sorted by relevance
109 public Builder setMaxNotifications(int notificationCount) { in setMaxNotifications() argument110 mNotificationCount = notificationCount; in setMaxNotifications()
279 public void updateHeader(int notificationCount) { in updateHeader() argument280 mPrimaryView.updateHeader(notificationCount); in updateHeader()281 mSecondaryView.updateHeader(notificationCount - 1); in updateHeader()
125 public void updateHeader(int notificationCount) { in updateHeader() argument128 if (notificationCount <= 1) { in updateHeader()132 text = String.valueOf(notificationCount); in updateHeader()
43 public int notificationCount() { in notificationCount() method in NotificationWatcher
172 final int notificationCount = recs.size(); in updateState() local173 for (int i = 0; i < notificationCount; i++) { in updateState()
1037 private String getAppLabelPluralString(String appName, int notificationCount) { in getAppLabelPluralString() argument1043 args.put("count", notificationCount); in getAppLabelPluralString()
1532 for (ConnectToNetworkNotificationAndActionCount notificationCount in assertDeserializedMetricsCorrect()1534 assertEquals(NUM_CONNECT_TO_NETWORK_NOTIFICATIONS[notificationCount.notification], in assertDeserializedMetricsCorrect()1535 notificationCount.count); in assertDeserializedMetricsCorrect()1537 notificationCount.recommender); in assertDeserializedMetricsCorrect()