Lines Matching full:notificationid
107 * @param notificationId the notification id to check
110 private static boolean needsOngoingNotification(int notificationId) {
113 return (notificationId & NOTIFICATION_ID_BASE_MASK) == NOTIFICATION_ID_BASE_SECURITY_NEEDED;
168 * @param notificationId The ID of the notification to register with the service.
171 String contentText, Intent intent, int notificationId) {
174 needsOngoingNotification(notificationId));
175 mNotificationManager.notify(notificationId, builder.build());