Searched defs:startTime (Results 1 – 2 of 2) sorted by relevance
25 public long startTime; field in TimerObj36 public TimerObj(long startTime, long timerLength) { in TimerObj()
108 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN))); in UpdateNotificationForDataItem() local