Home | History | Annotate | Download | only in email

Lines Matching defs:notificationId

148      * @param notificationId the notification id to check
151 private boolean needsOngoingNotification(int notificationId) {
154 return notificationId == NOTIFICATION_ID_SECURITY_NEEDED;
211 * @param notificationId The ID of the notification to register with the service.
214 String contentText, Intent intent, int notificationId) {
216 contentText, intent, null, null, true, needsOngoingNotification(notificationId));
217 mNotificationManager.notify(notificationId, builder.getNotification());
875 int notificationId = sInstance.getNewMessageNotificationId(mAccountId);
876 sInstance.mNotificationManager.cancel(notificationId);
960 int notificationId = sInstance.getNewMessageNotificationId(accountId);
961 sInstance.mNotificationManager.cancel(notificationId);