Home
last modified time | relevance | path

Searched refs:mNotification (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java659 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/
DCarrierDefaultReceiverTest.java53 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/
DStatusBarIconView.java105 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/
DCarrierServiceStateTracker.java169 Notification mNotification = new Notification.Builder(context) in sendNotification() local
182 notificationManager.notify(NOTIFICATION_ID, mNotification); in sendNotification()
DServiceStateTracker.java439 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/
DPackageInstallerService.java981 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/
DNotificationCompat.java281 b.mNotification.icon, b.mLargeIcon, b.mSubText, b.mUseChronometer, in getDecoratedContentView()