Imported Alarm countdown text

This commit is contained in:
Phillip Hsu
2016-06-07 13:16:53 -07:00
parent dca0a258f8
commit 9f151fa9cc
6 changed files with 171 additions and 7 deletions
@@ -12,6 +12,10 @@ import java.util.concurrent.TimeUnit;
* Created by Phillip Hsu on 6/6/2016.
*/
public class DurationUtils {
public static final int HOURS = 0;
public static final int MINUTES = 1;
public static final int SECONDS = 2;
public static final int MILLIS = 3;
/** Return a string representing the duration, formatted in hours and minutes.
* TODO: Need to adapt this to represent all time fields eventually */