HomeSort by relevance Sort by last modified time
    Searched refs:notifyId (Results 1 - 3 of 3) 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/Stk/src/com/android/stk/
StkAppService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 647 /* package */ void postTransientNotification(int notifyId, CharSequence msg) {

Completed in 188 milliseconds