Searched refs:creationTimestamp (Results 1 – 1 of 1) sorted by relevance
35 long creationTimestamp = SystemClock.uptimeMillis(); field in SampleWithCustomBuilder105 long creationTimestamp) { in SampleWithCustomBuilder() argument110 this.creationTimestamp = creationTimestamp; in SampleWithCustomBuilder()127 return creationTimestamp; in getCreationTimestamp()139 "creationTimestamp = " + creationTimestamp + in toString()151 dest.writeLong(creationTimestamp); in writeToParcel()173 this.creationTimestamp = _creationTimestamp; in SampleWithCustomBuilder()201 private long creationTimestamp; field in SampleWithCustomBuilder.Builder238 creationTimestamp = SystemClock.uptimeMillis(); in build()243 creationTimestamp); in build()