Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 7 of 7) sorted by relevance

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DTimerObj.java25 public long startTime; field in TimerObj
36 public TimerObj(long startTime, long timerLength) { in TimerObj() argument
37 this.startTime = startTime; in TimerObj()
47 return originalLength - (millis - startTime); in timeLeft()
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DMetadataParser.java68 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()
DBugreport.java41 public GregorianCalendar startTime; field in Bugreport
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
DBitmapAllocation.java83 long startTime = System.currentTimeMillis(); in onCreate()
94 (System.currentTimeMillis() - startTime)); in onCreate()
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DHomeListenerService.java119 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN))); in updateNotificationForDataItem() local
121 contentText = getString(R.string.desc_time_period, description, startTime, endTime); in updateNotificationForDataItem()
/development/tools/logblame/
Danalyze_logs.py176 startTime = datetime.datetime.now()
257 print "Actual duration: %s" % FormateTimeDelta(endTime-startTime)
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java820 final Calendar begin = mBugreport.startTime; in markBugreportRegions()
837 final Calendar end = (Calendar)mBugreport.startTime.clone(); in trimLogcat()