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

/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java54 private int notifyId = 0; field in class:NotificationStressTest
73 if (notifyId % 5 == 4) {
74 mNotificationManager.cancel(notifyId - 4);
76 sendNotification(notifyId++, "testNotificationStressNotify");

Completed in 101 milliseconds