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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java50 private Notification mNotification; field in class:StatusBarIconView
83 mNotification = notification;
209 if (mNotification != null) {
210 event.setParcelableData(mNotification);
289 + " notification=" + mNotification + ")";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java153 private Notification mNotification; field in class:GsmServiceStateTracker
2027 mNotification = new Notification.Builder(context)
2046 notificationManager.notify(notificationId, mNotification);
2123 pw.println(" mNotification=" + mNotification);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java940 private final Notification mNotification; field in class:PackageInstallerService.PackageDeleteObserverAdapter
948 mNotification = buildSuccessNotification(mContext,
953 mNotification = null;
972 if (PackageManager.DELETE_SUCCEEDED == returnCode && mNotification != null) {
975 notificationManager.notify(basePackageName, 0, mNotification);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java110 private Notification mNotification; field in class:WifiP2pServiceImpl
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java478 Notification result = b.mNotification;
555 Notification result = b.mNotification;
571 return NotificationCompatHoneycomb.add(b.mContext, b.mNotification,
582 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
593 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
657 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
708 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
762 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
921 public Notification mNotification = new Notification(); field in class:NotificationCompat.Builder
939 mNotification
[all...]

Completed in 2570 milliseconds