Lines Matching refs:notifID
458 Integer notifID = Integer.valueOf(++counterID);
463 TimerNotification notif = new TimerNotification(type, this, 0, 0, message, notifID);
498 .append(notifID)
511 timerTable.put(notifID, obj);
528 return notifID;
1004 Integer notifID;
1015 notifID = notif.getNotificationID();
1022 while ( (currentDate.after(date)) && (timerTable.containsKey(notifID)) ) {
1069 * @param notifID The timer notification identifier to update.
1071 private synchronized void updateTimerTable(Integer notifID) {
1075 Object[] obj = timerTable.get(notifID);
1120 .append(notifID)
1145 timerTable.remove(notifID);
1161 timerTable.remove(notifID);