Home | History | Annotate | Download | only in email

Lines Matching refs:mNotificationManager

81     private final NotificationManager mNotificationManager;
92 mNotificationManager = (NotificationManager) context.getSystemService(
175 mNotificationManager.notify(notificationId, builder.build());
444 mNotificationManager.cancel(getLoginFailedNotificationId(accountId));
493 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING);
494 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED);
559 mNotificationManager.cancel(
586 final NotificationManager notificationManager = getInstance(context).mNotificationManager;