Home
last modified time | relevance | path

Searched defs:TimerObj (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerObj.java35 public class TimerObj implements Parcelable { class
161 public TimerObj(Parcel p) { in TimerObj() method in TimerObj
172 private TimerObj() { in TimerObj() method in TimerObj
176 public TimerObj(long timerLength, int timerId) { in TimerObj() method in TimerObj
180 public TimerObj(long timerLength, Context context) { in TimerObj() method in TimerObj
184 public TimerObj(long length, String label, Context context) { in TimerObj() method in TimerObj