Home | History | Annotate | Download | only in server

Lines Matching refs:notification

275         NotificationManagerService notification = null;
460 * MountService has a few dependencies: Notification Manager and
469 Slog.i(TAG, "Notification Manager");
470 notification = new NotificationManagerService(context, statusBar, lights);
471 ServiceManager.addService(Context.NOTIFICATION_SERVICE, notification);
472 networkPolicy.bindNotificationManager(notification);
474 reportWtf("starting Notification Manager", e);
688 if (notification != null) {
690 notification.systemReady();
692 reportWtf("making Notification Service ready", e);