/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 659 new BuilderBase(b.mContext, b.mNotification, in build() 699 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo, in build() 741 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo, in build() 764 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo, in build() 804 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo, in build() 840 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 863 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo, in build() 1062 public Notification mNotification = new Notification(); field in NotificationCompat.Builder 1083 mNotification.when = System.currentTimeMillis(); in Builder() 1084 mNotification.audioStreamType = Notification.STREAM_DEFAULT; in Builder() [all …]
|
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
D | CarrierDefaultReceiverTest.java | 53 private ArgumentCaptor<Notification> mNotification; field in CarrierDefaultReceiverTest 100 mNotification.capture()); in testOnReceiveRedirection() 103 PendingIntent pendingIntent = mNotification.getValue().contentIntent; in testOnReceiveRedirection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 105 private StatusBarNotification mNotification; field in StatusBarIconView 153 if (mNotification != null) { in StatusBarIconView() 163 if (mNotification != null || mAlwaysScaleIcon) { in maybeUpdateIconScaleDimens() 216 mNotification = notification; in setNotification() 367 if (mNotification != null) { in onInitializeAccessibilityEvent() 368 event.setParcelableData(mNotification.getNotification()); in onInitializeAccessibilityEvent() 467 + " notification=" + mNotification + ")"; in toString() 471 return mNotification; in getNotification()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 169 Notification mNotification = new Notification.Builder(context) in sendNotification() local 182 notificationManager.notify(NOTIFICATION_ID, mNotification); in sendNotification()
|
D | ServiceStateTracker.java | 439 private Notification mNotification; field in ServiceStateTracker 3864 mNotification = new Notification.Builder(context) in setNotification() 3885 notificationManager.notify(notificationId, mNotification); in setNotification() 4582 pw.println(" mNotification=" + mNotification); in dump()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 981 private final Notification mNotification; field in PackageInstallerService.PackageDeleteObserverAdapter 989 mNotification = buildSuccessNotification(mContext, in PackageDeleteObserverAdapter() 994 mNotification = null; in PackageDeleteObserverAdapter() 1013 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) { in onPackageDeleted() 1018 mNotification); in onPackageDeleted()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | NotificationCompat.java | 281 b.mNotification.icon, b.mLargeIcon, b.mSubText, b.mUseChronometer, in getDecoratedContentView()
|