notification       94 java/org/gnu/emacs/EmacsDesktopNotification.java     Notification notification;
notification      112 java/org/gnu/emacs/EmacsDesktopNotification.java 	notification = (new Notification.Builder (context, group)
notification      119 java/org/gnu/emacs/EmacsDesktopNotification.java       notification = (new Notification.Builder (context)
notification      126 java/org/gnu/emacs/EmacsDesktopNotification.java 	notification = new Notification ();
notification      127 java/org/gnu/emacs/EmacsDesktopNotification.java 	notification.icon = icon;
notification      131 java/org/gnu/emacs/EmacsDesktopNotification.java 	notification.contentView
notification      153 java/org/gnu/emacs/EmacsDesktopNotification.java     notification.contentIntent = pending;
notification      155 java/org/gnu/emacs/EmacsDesktopNotification.java     manager.notify (tag, 2, notification);
notification      159 java/org/gnu/emacs/EmacsService.java     Notification notification;
notification      177 java/org/gnu/emacs/EmacsService.java 	notification = (new Notification.Builder (this, "emacs")
notification      182 java/org/gnu/emacs/EmacsService.java 	manager.notify (1, notification);
notification      183 java/org/gnu/emacs/EmacsService.java 	startForeground (1, notification);
notification      572 src/androidselect.c   jobject notification;
notification      622 src/androidselect.c   notification
notification      638 src/androidselect.c 						 notification,
notification      641 src/androidselect.c   android_exception_check_1 (notification);
notification      642 src/androidselect.c   ANDROID_DELETE_LOCAL_REF (notification);
notification      611 src/haiku_select.cc   BNotification notification (type_for_type (type));
notification      630 src/haiku_select.cc   notification.SetTitle (title);
notification      631 src/haiku_select.cc   notification.SetContent (body);
notification      636 src/haiku_select.cc   notification.SetMessageID (BString (buffer));
notification      646 src/haiku_select.cc 	  notification.SetIcon (bitmap);
notification      656 src/haiku_select.cc   notification.SetOnClickApp ("application/x-vnd.GNU-emacs");
notification      657 src/haiku_select.cc   notification.AddOnClickArg (BString ("-Notification,") += buffer);
notification      661 src/haiku_select.cc   notification.Send ();
notification      390 src/nsterm.h   - (void)logNotification: (NSNotification *)notification;
notification      391 src/nsterm.h   - (void)antialiasThresholdDidChange:(NSNotification *)notification;
notification      190 src/w32notify.c   struct notification *dirwatch;
notification      210 src/w32notify.c   dirwatch = (struct notification *)io_info->hEvent;
notification      280 src/w32notify.c   struct notification *dirwatch = (struct notification *)arg;
notification      320 src/w32notify.c static struct notification *
notification      323 src/w32notify.c   struct notification *dirwatch = xzalloc (sizeof (struct notification));
notification      361 src/w32notify.c static struct notification *
notification      365 src/w32notify.c   struct notification *dirwatch = NULL;
notification      425 src/w32notify.c remove_watch (struct notification *dirwatch)
notification      566 src/w32notify.c   struct notification *dirwatch = NULL;
notification      644 src/w32notify.c   struct notification *dirwatch;
notification      654 src/w32notify.c       dirwatch = (struct notification *)xmint_pointer (watch_descriptor);
notification      655 src/w32notify.c       if (w32_valid_pointer_p (dirwatch, sizeof(struct notification)))
notification      691 src/w32notify.c       struct notification *dirwatch =
notification      692 src/w32notify.c 	(struct notification *)xmint_pointer (watch_descriptor);
notification      693 src/w32notify.c       if (w32_valid_pointer_p (dirwatch, sizeof(struct notification))