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());
873 int notificationId = sInstance.getNewMessageNotificationId(mAccountId);
874 sInstance.mNotificationManager.cancel(notificationId);
958 int notificationId = sInstance.getNewMessageNotificationId(accountId);
959 sInstance.mNotificationManager.cancel(notificationId);