Searched refs:endTime (Results 1 – 10 of 10) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlarmService_Service.java | 75 long endTime = System.currentTimeMillis() + 15*1000; 76 while (System.currentTimeMillis() < endTime) { 79 mBinder.wait(endTime - System.currentTimeMillis());
|
D | ServiceStartArguments.java | 84 long endTime = System.currentTimeMillis() + 5*1000; in handleMessage() local 85 while (System.currentTimeMillis() < endTime) { in handleMessage() 88 wait(endTime - System.currentTimeMillis()); in handleMessage()
|
/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | MetadataParser.java | 85 mBugreport.endTime = (GregorianCalendar)mBugreport.startTime.clone(); in parseFooter() 86 mBugreport.endTime.add(Calendar.MILLISECOND, durationMs); in parseFooter()
|
D | Bugreport.java | 46 public GregorianCalendar endTime; field in Bugreport
|
/development/tools/winscope/src/mixins/ |
D | Timeline.js | 53 constructor(startPos, startTime, endTime, width, color, overlap, tooltip) { argument 56 this.endTime = endTime;
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
D | CalendarQueryService.java | 114 long endTime = time.normalize(true); in onHandleIntent() local 116 List<Event> events = queryEvents(this, beginTime, endTime); in onHandleIntent() 134 private static List<Event> queryEvents(Context context, long beginTime, long endTime) { in queryEvents() argument 138 ContentUris.appendId(builder, endTime); in queryEvents()
|
/development/tools/logblame/ |
D | logs.py | 92 endTime = datetime.datetime.now() + datetime.timedelta(seconds=duration) 97 if duration and endTime <= datetime.datetime.now():
|
D | analyze_logs.py | 190 endTime = datetime.datetime.now() 257 print "Actual duration: %s" % FormateTimeDelta(endTime-startTime)
|
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/ |
D | HomeListenerService.java | 120 String endTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(END))); in updateNotificationForDataItem() local 121 contentText = getString(R.string.desc_time_period, description, startTime, endTime); in updateNotificationForDataItem()
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 821 final Calendar end = mBugreport.endTime; in markBugreportRegions()
|