Lines Matching refs:notificationId
110 * @param notificationId the notification id to check
113 private static boolean needsOngoingNotification(int notificationId) {
116 return (notificationId & NOTIFICATION_ID_BASE_MASK) == NOTIFICATION_ID_BASE_SECURITY_NEEDED;
173 * @param notificationId The ID of the notification to register with the service.
176 String contentText, Intent intent, int notificationId) {
179 needsOngoingNotification(notificationId));
180 mNotificationManager.notify(notificationId, builder.build());