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.java36 public class TimerObj implements Parcelable { class
165 public TimerObj(Parcel p) { in TimerObj() method in TimerObj
175 private TimerObj() { in TimerObj() method in TimerObj
179 public TimerObj(long timerLength, int timerId) { in TimerObj() method in TimerObj
183 public TimerObj(long timerLength, Context context) { in TimerObj() method in TimerObj
187 public TimerObj(long length, String label, Context context) { in TimerObj() method in TimerObj