Searched refs:startTime (Results 1 – 8 of 8) sorted by relevance
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/ |
D | TimerObj.java | 25 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/ |
D | MetadataParser.java | 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()
|
D | Bugreport.java | 41 public GregorianCalendar startTime; field in Bugreport
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
D | BitmapAllocation.java | 83 long startTime = System.currentTimeMillis(); in onCreate() 94 (System.currentTimeMillis() - startTime)); in onCreate()
|
/development/tools/winscope/src/mixins/ |
D | Timeline.js | 53 constructor(startPos, startTime, endTime, width, color, overlap, tooltip) { argument 55 this.startTime = startTime;
|
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/ |
D | HomeListenerService.java | 119 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/ |
D | analyze_logs.py | 176 startTime = datetime.datetime.now() 257 print "Actual duration: %s" % FormateTimeDelta(endTime-startTime)
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 820 final Calendar begin = mBugreport.startTime; in markBugreportRegions() 837 final Calendar end = (Calendar)mBugreport.startTime.clone(); in trimLogcat()
|