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