Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 3 of 3) 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()
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreport.java41 public GregorianCalendar startTime; field in Bugreport
/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