Home | History | Annotate | Download | only in accounts

Lines Matching defs:notificationId

2477                 final Integer notificationId = getSigninRequiredNotificationId(accounts, account);
2478 intent.addCategory(String.valueOf(notificationId));
2489 installNotification(notificationId, n, user);
2496 protected void installNotification(final int notificationId, final Notification n,
2499 .notifyAsUser(null, notificationId, n, user);