Searched refs:idOut (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 292 int[] idOut = new int[1]; in notifyAsUser() local 314 copy, idOut, user.getIdentifier()); in notifyAsUser() 315 if (localLOGV && id != idOut[0]) { in notifyAsUser() 316 Log.v(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]); in notifyAsUser()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 1150 int[] idOut = new int[1]; 1159 idOut, 1176 int[] idOut = new int[1]; 1185 idOut, 1202 int[] idOut = new int[1]; 1211 idOut,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1378 Notification notification, int[] idOut, int userId) throws RemoteException { 1380 Binder.getCallingPid(), tag, id, notification, idOut, userId); 2520 int[] idOut, int incomingUserId) { in enqueueNotificationInternal() argument 2619 idOut[0] = id; in enqueueNotificationInternal()
|