HomeSort by relevance Sort by last modified time
    Searched refs:notifyId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 54 private int notifyId = 0;
73 if (notifyId % 5 == 4) {
74 mNotificationManager.cancel(notifyId - 4);
76 sendNotification(notifyId++, "testNotificationStressNotify");
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java     [all...]

Completed in 44 milliseconds