Searched refs:startTime (Results 1 – 7 of 7) sorted by relevance
25 public long startTime; field in TimerObj36 public TimerObj(long startTime, long timerLength) { in TimerObj() argument37 this.startTime = startTime; in TimerObj()47 return originalLength - (millis - startTime); in timeLeft()
68 mBugreport.startTime = Utils.parseCalendar(m, 1, false); in parseHeader()84 if (mBugreport.startTime != null) { in parseFooter()85 mBugreport.endTime = (GregorianCalendar)mBugreport.startTime.clone(); in parseFooter()
41 public GregorianCalendar startTime; field in Bugreport
83 long startTime = System.currentTimeMillis(); in onCreate()94 (System.currentTimeMillis() - startTime)); in onCreate()
119 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN))); in updateNotificationForDataItem() local121 contentText = getString(R.string.desc_time_period, description, startTime, endTime); in updateNotificationForDataItem()
176 startTime = datetime.datetime.now()257 print "Actual duration: %s" % FormateTimeDelta(endTime-startTime)
820 final Calendar begin = mBugreport.startTime; in markBugreportRegions()837 final Calendar end = (Calendar)mBugreport.startTime.clone(); in trimLogcat()