Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DPageMetadata.java708 private String mTimestamp; // optional timestamp eg 1447452827 field in PageMetadata.Node
722 mTimestamp = builder.mTimestamp; in Node()
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp; field in PageMetadata.Node.Builder
745 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;} in setTimestamp() argument
844 if (!"".equals(list.get(i).mTimestamp)) { in renderTypes()
845 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n"); in renderTypes()
897 if (!"".equals(list.get(i).mTimestamp)) { in renderTypeForSamples()
898 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n"); in renderTypeForSamples()
1115 return mTimestamp; in getTimestamp()
1123 mTimestamp = timestamp; in setTimestamp()