package nodomain.freeyourgadget.gadgetbridge.externalevents.sleepasandroid; public class SleepAsAndroidAction { public static final String START_TRACKING = "com.urbandroid.sleep.watch.START_TRACKING"; public static final String STOP_TRACKING = "com.urbandroid.sleep.watch.STOP_TRACKING"; public static final String SET_PAUSE = "com.urbandroid.sleep.watch.SET_PAUSE"; public static final String SET_SUSPENDED = "com.urbandroid.sleep.watch.SET_SUSPENDED"; public static final String SET_BATCH_SIZE = "com.urbandroid.sleep.watch.SET_BATCH_SIZE"; public static final String START_ALARM = "com.urbandroid.sleep.watch.START_ALARM"; public static final String STOP_ALARM = "com.urbandroid.sleep.watch.STOP_ALARM"; public static final String UPDATE_ALARM = "com.urbandroid.sleep.watch.UPDATE_ALARM"; public static final String SHOW_NOTIFICATION = "com.urbandroid.sleep.watch.SHOW_NOTIFICATION"; public static final String HINT = "com.urbandroid.sleep.watch.HINT"; public static final String CHECK_CONNECTED = "com.urbandroid.sleep.watch.CHECK_CONNECTED"; public static final String CONFIRM_CONNECTED = "com.urbandroid.sleep.watch.CONFIRM_CONNECTED"; }