Searched defs:mNotification (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java54 private Notification mNotification; field in class:StatusBarIconView
80 if (mNotification != null || mAlwaysScaleIcon) {
106 mNotification = notification;
241 if (mNotification != null) {
242 event.setParcelableData(mNotification);
321 + " notification=" + mNotification + ")";
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java956 private final Notification mNotification; field in class:PackageInstallerService.PackageDeleteObserverAdapter
964 mNotification = buildSuccessNotification(mContext,
969 mNotification = null;
988 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) {
991 notificationManager.notify(basePackageName, 0, mNotification);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java428 private Notification mNotification; field in class:ServiceStateTracker
4145 mNotification = new Notification.Builder(context)
4164 notificationManager.notify(notificationId, mNotification);
4681 pw.println(" mNotification=" + mNotification);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java531 Notification result = b.mNotification;
611 Notification notification = NotificationCompatHoneycomb.add(b.mContext, b.mNotification,
625 new NotificationCompatIceCreamSandwich.Builder(b.mContext, b.mNotification,
637 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
708 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
760 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
818 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
858 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
1048 public Notification mNotification = new Notification(); field in class:NotificationCompat.Builder
1066 mNotification
[all...]

Completed in 109 milliseconds