Home | History | Annotate | Download | only in opp

Lines Matching refs:mNotificationMgr

84     public NotificationManager mNotificationMgr;
125 mNotificationMgr = (NotificationManager)mContext
307 mNotificationMgr.notify(item.id, n);
336 if (mNotificationMgr != null && mActiveNotificationId != 0) {
337 mNotificationMgr.cancel(mActiveNotificationId);
383 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
385 mNotificationMgr != null) {
386 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND);
430 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
432 if (mNotificationMgr != null) {
433 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND);
473 mNotificationMgr.notify(id, n);