Searched refs:numNotifications (Results 1 – 2 of 2) sorted by relevance
66 private void setNotificationsShown(int numNotifications) { in setNotificationsShown() argument67 mWakeupOnboarding.getNotificationsDataSource().setData(numNotifications); in setNotificationsShown()
758 int numNotifications = notifications.length; in getCurrentlyShownNotificationLocked() local759 for (int notificationNum = 0; notificationNum < numNotifications; notificationNum++) { in getCurrentlyShownNotificationLocked()