Searched defs:endTime (Results 1 – 4 of 4) sorted by relevance
46 public GregorianCalendar endTime; field in Bugreport
120 String endTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(END))); in updateNotificationForDataItem() local
114 long endTime = time.normalize(true); in onHandleIntent() local134 private static List<Event> queryEvents(Context context, long beginTime, long endTime) { in queryEvents()
84 long endTime = System.currentTimeMillis() + 5*1000; in handleMessage() local