package com.vaguehope.onosendai.notifications; public interface NotificationIds { int OUTBOX_NOTIFICATION_ID = 100100; int BASE_ALARM_ID = 110000; int BASE_NOTIFICATION_ID = 120000; int BASE_BATTERY_ID = 130000; }