Lines Matching refs:append

492             .append("adding timer notification:\n\t")
493 .append("Notification source = ")
494 .append(notif.getSource())
495 .append("\n\tNotification type = ")
496 .append(notif.getType())
497 .append("\n\tNotification ID = ")
498 .append(notifID)
499 .append("\n\tNotification date = ")
500 .append(d)
501 .append("\n\tNotification period = ")
502 .append(period)
503 .append("\n\tNotification nb of occurrences = ")
504 .append(nbOccurences)
505 .append("\n\tNotification executes at fixed rate = ")
506 .append(fixedRate);
683 .append("removing timer notification:")
684 .append("\n\tNotification source = ")
685 .append(((TimerNotification)obj[TIMER_NOTIF_INDEX]).getSource())
686 .append("\n\tNotification type = ")
687 .append(((TimerNotification)obj[TIMER_NOTIF_INDEX]).getType())
688 .append("\n\tNotification ID = ")
689 .append(((TimerNotification)obj[TIMER_NOTIF_INDEX]).getNotificationID())
690 .append("\n\tNotification date = ")
691 .append(obj[TIMER_DATE_INDEX])
692 .append("\n\tNotification period = ")
693 .append(obj[TIMER_PERIOD_INDEX])
694 .append("\n\tNotification nb of occurrences = ")
695 .append(obj[TIMER_NB_OCCUR_INDEX])
696 .append("\n\tNotification executes at fixed rate = ")
697 .append(obj[FIXED_RATE_INDEX]);
1027 .append("sending past timer notification:")
1028 .append("\n\tNotification source = ")
1029 .append(notif.getSource())
1030 .append("\n\tNotification type = ")
1031 .append(notif.getType())
1032 .append("\n\tNotification ID = ")
1033 .append(notif.getNotificationID())
1034 .append("\n\tNotification date = ")
1035 .append(date)
1036 .append("\n\tNotification period = ")
1037 .append(obj[TIMER_PERIOD_INDEX])
1038 .append("\n\tNotification nb of occurrences = ")
1039 .append(obj[TIMER_NB_OCCUR_INDEX])
1040 .append("\n\tNotification executes at fixed rate = ")
1041 .append(obj[FIXED_RATE_INDEX]);
1114 .append("update timer notification with:")
1115 .append("\n\tNotification source = ")
1116 .append(notif.getSource())
1117 .append("\n\tNotification type = ")
1118 .append(notif.getType())
1119 .append("\n\tNotification ID = ")
1120 .append(notifID)
1121 .append("\n\tNotification date = ")
1122 .append(date)
1123 .append("\n\tNotification period = ")
1124 .append(period)
1125 .append("\n\tNotification nb of occurrences = ")
1126 .append(nbOccurences)
1127 .append("\n\tNotification executes at fixed rate = ")
1128 .append(fixedRate);
1215 .append("sending timer notification:")
1216 .append("\n\tNotification source = ")
1217 .append(notification.getSource())
1218 .append("\n\tNotification type = ")
1219 .append(notification.getType())
1220 .append("\n\tNotification ID = ")
1221 .append(notification.getNotificationID())
1222 .append("\n\tNotification date = ")
1223 .append(timeStamp);