Home | History | Annotate | Download | only in utils

Lines Matching refs:timestamp

117         public final long timestamp;
123 public LogEvent(long timestamp, ComponentName component, int event) {
124 this.timestamp = timestamp;
131 return dateFormat.format(new Date(timestamp)) + " " + eventToString(event)
313 final long timestamp = System.currentTimeMillis();
320 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
331 final long timestamp = System.currentTimeMillis();
341 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
374 final long timestamp = System.currentTimeMillis();
382 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,
453 final long timestamp = System.currentTimeMillis();
455 mEventCb.onServiceEvent(new LogEvent(timestamp, mComponent,