Searched refs:numNotifications (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWakeupOnboardingTest.java66 private void setNotificationsShown(int numNotifications) { argument
67 mWakeupOnboarding.getNotificationsDataSource().setData(numNotifications);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6040 int numNotifications = mNotificationList.size();
6041 for (int i = 0; i < numNotifications; i++) {
6058 int numNotifications = mNotificationList.size();
6059 for (int i = 0; i < numNotifications; i++) {

Completed in 291 milliseconds