Home
last modified time | relevance | path

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

/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleWithCustomBuilder.java35 long creationTimestamp = SystemClock.uptimeMillis(); field in SampleWithCustomBuilder
105 long creationTimestamp) { in SampleWithCustomBuilder() argument
110 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.Builder
238 creationTimestamp = SystemClock.uptimeMillis(); in build()
243 creationTimestamp); in build()