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