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

  /frameworks/base/core/java/android/app/
NotificationManager.java 106 int[] idOut = new int[1];
111 service.enqueueNotificationWithTag(pkg, tag, id, notification, idOut);
112 if (id != idOut[0]) {
113 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 668 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut)
670 enqueueNotificationWithTag(pkg, null /* tag */, id, notification, idOut);
674 int[] idOut)
677 tag, id, notification, idOut);
683 String tag, int id, Notification notification, int[] idOut)
    [all...]

Completed in 203 milliseconds