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

  /frameworks/base/core/java/android/app/
NotificationManager.java 119 int[] idOut = new int[1];
124 service.enqueueNotificationWithTag(pkg, tag, id, notification, idOut);
125 if (id != idOut[0]) {
126 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 105 int[] idOut = new int[1];
111 idOut);

Completed in 40 milliseconds