Home | History | Annotate | Download | only in content

Lines Matching refs:mNotificationMgr

142     private final NotificationManager mNotificationMgr;
353 mNotificationMgr = (NotificationManager)
358 mNotificationMgr = null;
1812 mNotificationMgr.cancel(
2021 if (mNotificationMgr == null) return;
2058 mNotificationMgr.notify(account.hashCode() ^ authority.hashCode(), notification);