Lines Matching defs:notification

184     NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
494 mLocationController = new LocationController(mContext); // will post a notification
856 public void addNotification(IBinder key, StatusBarNotification notification) {
857 if (DEBUG) Slog.d(TAG, "addNotification score=" + notification.score);
858 StatusBarIconView iconView = addNotificationViews(key, notification);
874 notification.notification.intruderView != null)) {
875 Slog.d(TAG, "Presenting high-priority notification");
879 if (notification.notification.intruderView == null) {
880 Slog.e(TAG, notification.notification.toString() + " wanted to intrude but intruderView was null");
885 PendingIntent contentIntent = notification.notification.contentIntent;
888 notification.pkg, notification.tag, notification.id)
891 mIntruderAlertView.applyIntruderContent(notification.notification.intruderView, listener);
893 mCurrentlyIntrudingNotification = notification;
898 // 3. Set alarm to age the notification off (TODO)
906 if (notification.notification.fullScreenIntent != null) {
907 // Stop screensaver if the notification has a full-screen intent.
914 notification.notification.fullScreenIntent.send();
922 tick(null, notification, true);
970 if (!(provisioned || showNotificationEvenIfUnprovisioned(ent.notification))) continue;
971 if (!notificationIsForCurrentUser(ent.notification)) continue;
1020 if (!((provisioned && ent.notification.score >= HIDE_ICONS_BELOW_SCORE)
1021 || showNotificationEvenIfUnprovisioned(ent.notification))) continue;
1022 if (!notificationIsForCurrentUser(ent.notification)) continue;
1634 * number of children. Only children visible when the notification area is fully
1753 // It should show the notification panel, then fade in after half a second, giving you
1915 if (n.notification.tickerText != null && mStatusBarWindow.getWindowToken() != null) {
2011 pw.println(" notification icons: " + N);
2015 StatusBarNotification n = e.notification;
2017 pw.println(" notification=" + n.notification);
2018 pw.println(" tickerText=\"" + n.notification.tickerText + "\"");
2109 // on larger devices, the notification panel is propped open a bit