Searched refs:mTimestamp (Results 1 – 7 of 7) sorted by relevance
34 private final long mTimestamp; field in MoblyYamlResultUserDataHandler.UserData37 mTimestamp = Long.parseLong(timestamp); in UserData()46 return mTimestamp; in getTimeStamp()54 private String mTimestamp; field in MoblyYamlResultUserDataHandler.UserData.Builder57 mTimestamp = timestamp; in setTimestamp()62 return new UserData(mTimestamp); in build()
34 private final long mTimestamp; field in MoblyYamlResultControllerInfoHandler.ControllerInfo37 mTimestamp = Math.round(Double.parseDouble(timestamp) * 1000); in ControllerInfo()46 return mTimestamp; in getTimeStamp()54 private String mTimestamp; field in MoblyYamlResultControllerInfoHandler.ControllerInfo.Builder59 mTimestamp = timestamp; in setTimestamp()64 return new ControllerInfo(mTimestamp); in build()
27 private long mTimestamp; field in HostMetric41 mTimestamp = timestamp; in HostMetric()55 json.put("timestamp", mTimestamp); in toJson()
31 private long mTimestamp; field in ClusterHostEvent73 return mTimestamp; in getTimestamp()123 private long mTimestamp = System.currentTimeMillis(); field in ClusterHostEvent.Builder144 mTimestamp = timestamp; in setTimestamp()191 event.mTimestamp = mTimestamp; in build()
64 private long mTimestamp; field in ClusterCommandEvent80 return mTimestamp; in getTimestamp()109 private long mTimestamp = System.currentTimeMillis(); field in ClusterCommandEvent.Builder121 mTimestamp = timestamp; in setTimestamp()175 obj.mTimestamp = mTimestamp; in build()
835 private final long mTimestamp; field in SourceStampVerifier.Result.SourceStampInfo852 mTimestamp = result.timestamp; in SourceStampInfo()925 return mTimestamp; in getTimestampEpochSeconds()
2021 private final long mTimestamp; field in ApkVerifier.Result.SourceStampInfo2038 mTimestamp = result.timestamp; in SourceStampInfo()2048 mTimestamp = 0; in SourceStampInfo()2110 return mTimestamp; in getTimestampEpochSeconds()