Home
last modified time | relevance | path

Searched refs:idOut (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java210 int[] idOut = new int[1]; in notify() local
231 stripped, idOut, UserHandle.myUserId()); in notify()
232 if (id != idOut[0]) { in notify()
233 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]); in notify()
244 int[] idOut = new int[1]; in notifyAsUser() local
259 stripped, idOut, user.getIdentifier()); in notifyAsUser()
260 if (id != idOut[0]) { in notifyAsUser()
261 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]); in notifyAsUser()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java799 int[] idOut = new int[1];
808 idOut,
825 int[] idOut = new int[1];
834 idOut,
851 int[] idOut = new int[1];
860 idOut,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1162 Notification notification, int[] idOut, int userId) throws RemoteException {
1164 Binder.getCallingPid(), tag, id, notification, idOut, userId);
2033 int[] idOut, int incomingUserId) { in enqueueNotificationInternal() argument
2216 idOut[0] = id; in enqueueNotificationInternal()