Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultUserDataHandler.java34 private final long mTimestamp; field in MoblyYamlResultUserDataHandler.UserData
37 mTimestamp = Long.parseLong(timestamp); in UserData()
46 return mTimestamp; in getTimeStamp()
54 private String mTimestamp; field in MoblyYamlResultUserDataHandler.UserData.Builder
57 mTimestamp = timestamp; in setTimestamp()
62 return new UserData(mTimestamp); in build()
DMoblyYamlResultControllerInfoHandler.java34 private final long mTimestamp; field in MoblyYamlResultControllerInfoHandler.ControllerInfo
37 mTimestamp = Math.round(Double.parseDouble(timestamp) * 1000); in ControllerInfo()
46 return mTimestamp; in getTimeStamp()
54 private String mTimestamp; field in MoblyYamlResultControllerInfoHandler.ControllerInfo.Builder
59 mTimestamp = timestamp; in setTimestamp()
64 return new ControllerInfo(mTimestamp); in build()
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DHostMetric.java27 private long mTimestamp; field in HostMetric
41 mTimestamp = timestamp; in HostMetric()
55 json.put("timestamp", mTimestamp); in toJson()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java31 private long mTimestamp; field in ClusterHostEvent
73 return mTimestamp; in getTimestamp()
123 private long mTimestamp = System.currentTimeMillis(); field in ClusterHostEvent.Builder
144 mTimestamp = timestamp; in setTimestamp()
191 event.mTimestamp = mTimestamp; in build()
DClusterCommandEvent.java64 private long mTimestamp; field in ClusterCommandEvent
80 return mTimestamp; in getTimestamp()
109 private long mTimestamp = System.currentTimeMillis(); field in ClusterCommandEvent.Builder
121 mTimestamp = timestamp; in setTimestamp()
175 obj.mTimestamp = mTimestamp; in build()
/tools/apksig/src/main/java/com/android/apksig/
DSourceStampVerifier.java835 private final long mTimestamp; field in SourceStampVerifier.Result.SourceStampInfo
852 mTimestamp = result.timestamp; in SourceStampInfo()
925 return mTimestamp; in getTimestampEpochSeconds()
DApkVerifier.java2021 private final long mTimestamp; field in ApkVerifier.Result.SourceStampInfo
2038 mTimestamp = result.timestamp; in SourceStampInfo()
2048 mTimestamp = 0; in SourceStampInfo()
2110 return mTimestamp; in getTimestampEpochSeconds()