Searched refs:mNotification (Results 1 - 6 of 6) sorted by relevance

/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...]
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java167 Notification mNotification = new Notification.Builder(context)
179 notificationManager.notify(NOTIFICATION_ID, mNotification);
H A DServiceStateTracker.java432 private Notification mNotification; field in class:ServiceStateTracker
4181 mNotification = new Notification.Builder(context)
4200 notificationManager.notify(notificationId, mNotification);
4754 pw.println(" mNotification=" + 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/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java274 b.mNotification.icon, b.mLargeIcon, b.mSubText, b.mUseChronometer,

Completed in 172 milliseconds