Home | History | Annotate | Download | only in email

Lines Matching defs:notificationManager

21 import android.app.NotificationManager;
81 private final NotificationManager mNotificationManager;
92 mNotificationManager = (NotificationManager) context.getSystemService(
293 * for the specified account. Use {@link NotificationManager#cancel(int)}.
586 final NotificationManager notificationManager = getInstance(context).mNotificationManager;
588 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_LOGIN_WARNING + account.mId));
589 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_NEEDED + account.mId));
590 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_CHANGED + account.mId));