Home
last modified time | relevance | path

Searched refs:mTime (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java204 private long mTime = 0L; field in Sl4aEventDispatcher.EventSl4aObject
209 mTime = response.getLong("time"); in EventSl4aObject()
221 return mTime; in getTime()
226 return "EventSl4aObject [mName=" + mName + ", mData=" + mData + ", mTime=" + mTime in toString()
/tools/loganalysis/src/com/android/loganalysis/parser/
DLogcatParser.java101 public Date mTime = null; field in LogcatParser.LogcatData
112 mTime = time; in LogcatData()
392 item.setEventTime(data.mTime); in commit()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java339 rei.mTime, TfMetricProtoUtil.upgradeConvert(rei.mRunMetrics)); in handleEvent()