Home | History | Annotate | Download | only in opp

Lines Matching refs:mNotificationMgr

88     public NotificationManager mNotificationMgr;
135 mNotificationMgr = (NotificationManager)mContext
336 mNotificationMgr.notify(item.id, b.getNotification());
365 if (mNotificationMgr != null && mActiveNotificationId != 0) {
366 mNotificationMgr.cancel(mActiveNotificationId);
412 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
414 if (mNotificationMgr != null) {
415 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND);
459 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
461 if (mNotificationMgr != null) {
462 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND);
505 mNotificationMgr.notify(id, n);