Back to project page android-AppPuntalRadio.
The source code is released under:
GNU General Public License
If you think the Android project android-AppPuntalRadio listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ivanob.puntalradio; public final class Consts { public static final int NO_SLEEP = 0, SLEEP_15MIN = 1, SLEEP_30MIN = 2, SLEEP_1H = 3; public static final long MIN15_MILISEC = 15*60*1000 /*3000*/, MIN30_MILISEC=30*60*1000, H1_MILISEC=60*60*1000; }