Searched refs:infoTimestamp (Results 1 – 1 of 1) sorted by relevance
86 private final String infoTimestamp; field in VersionInfo111 infoTimestamp = (time != null) ? time : UNAVAILABLE; in VersionInfo()153 return infoTimestamp; in getTimestamp()177 infoRelease.length() + infoTimestamp.length() + in toString()187 if (!UNAVAILABLE.equals(infoTimestamp)) in toString()188 sb.append(':').append(infoTimestamp); in toString()