Home
last modified time | relevance | path

Searched refs:mTimestamp (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DLightInvocationResult.java33 private long mTimestamp; field in LightInvocationResult
52 mTimestamp = result.getStartTime(); in LightInvocationResult()
138 mTimestamp = time; in setStartTime()
146 return mTimestamp; in getStartTime()
DInvocationResult.java42 private long mTimestamp; field in InvocationResult
135 mTimestamp = time; in setStartTime()
143 return mTimestamp; in getStartTime()
DBusinessLogic.java47 protected Date mTimestamp; field in BusinessLogic
182 return mTimestamp; in getTimestamp()
DBusinessLogicFactory.java119 bl.mTimestamp = parseTimestamp(root.getString(TIMESTAMP)); in createBL()