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

/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultReceiverTest.java53 private ArgumentCaptor<Notification> mNotification; field in class:CarrierDefaultReceiverTest
100 mNotification.capture());
103 PendingIntent pendingIntent = mNotification.getValue().contentIntent;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java114 private StatusBarNotification mNotification; field in class:StatusBarIconView
166 if (mNotification != null) {
176 if (mNotification != null || mAlwaysScaleIcon) {
229 mNotification = notification;
380 if (mNotification != null) {
381 event.setParcelableData(mNotification.getNotification());
480 + " notification=" + mNotification + ")";
484 return mNotification;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java813 private final Notification mNotification; field in class:PackageInstallerService.PackageDeleteObserverAdapter
821 mNotification = buildSuccessNotification(mContext,
826 mNotification = null;
845 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) {
850 mNotification);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java449 private Notification mNotification; field in class:ServiceStateTracker
3966 mNotification = new Notification.Builder(context)
3987 notificationManager.notify(notificationId, mNotification);
4684 pw.println(" mNotification=" + mNotification);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java681 Notification mNotification = new Notification(); field in class:NotificationCompat.Builder
707 mNotification.when = System.currentTimeMillis();
708 mNotification.audioStreamType = Notification.STREAM_DEFAULT;
727 mNotification.when = when;
764 mNotification.icon = icon;
779 mNotification.icon = icon;
780 mNotification.iconLevel = level;
866 mNotification.contentView = views;
891 mNotification.deleteIntent = intent;
925 mNotification
[all...]

Completed in 234 milliseconds