Home | History | Annotate | Download | only in email

Lines Matching defs:mNotificationManager

87     private final NotificationManager mNotificationManager;
127 mNotificationManager = (NotificationManager) context.getSystemService(
217 mNotificationManager.notify(notificationId, builder.getNotification());
301 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
306 mNotificationManager.cancel(getNewMessageNotificationId(accountId));
730 mNotificationManager.cancel(getLoginFailedNotificationId(accountId));
776 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING);
777 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED);
798 mNotificationManager.cancel(NOTIFICATION_ID_SECURITY_NEEDED);
876 sInstance.mNotificationManager.cancel(notificationId);
894 sInstance.mNotificationManager.notify(
961 sInstance.mNotificationManager.cancel(notificationId);