Home | History | Annotate | Download | only in email

Lines Matching refs:mNotificationManager

84     private final NotificationManager mNotificationManager;
95 mNotificationManager = (NotificationManager) context.getSystemService(
180 mNotificationManager.notify(notificationId, builder.build());
440 mNotificationManager.cancel(getLoginFailedNotificationId(accountId));
486 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING);
487 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED);
544 mNotificationManager.cancel(
570 final NotificationManager notificationManager = getInstance(context).mNotificationManager;