Searched refs:mNotification (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 522 Notification result = b.mNotification; in build() 602 Notification result = b.mNotification; in build() 619 Notification notification = NotificationCompatHoneycomb.add(b.mContext, b.mNotification, in build() 634 … b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 649 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 717 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 769 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 827 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 867 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 1049 public Notification mNotification = new Notification(); field in NotificationCompat.Builder [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 54 private Notification mNotification; field in StatusBarIconView 80 if (mNotification != null || mAlwaysScaleIcon) { in maybeUpdateIconScale() 106 mNotification = notification; in setNotification() 241 if (mNotification != null) { in onInitializeAccessibilityEvent() 242 event.setParcelableData(mNotification); in onInitializeAccessibilityEvent() 321 + " notification=" + mNotification + ")"; in toString()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | NotificationCompat.java | 50 b.mUseChronometer, b.mNotification.when, b.mActions, in addMediaStyleToBuilderIcs() 63 b.mUseChronometer, b.mNotification.when, b.mActions, in addBigMediaStyleToBuilderJellybean()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 953 private final Notification mNotification; field in PackageInstallerService.PackageDeleteObserverAdapter 961 mNotification = buildSuccessNotification(mContext, in PackageDeleteObserverAdapter() 966 mNotification = null; in PackageDeleteObserverAdapter() 985 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) { in onPackageDeleted() 988 notificationManager.notify(basePackageName, 0, mNotification); in onPackageDeleted()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 416 private Notification mNotification; field in ServiceStateTracker 4011 mNotification = new Notification.Builder(context) in setNotification() 4030 notificationManager.notify(notificationId, mNotification); in setNotification() 4547 pw.println(" mNotification=" + mNotification); in dump()
|