Home
last modified time | relevance | path

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

/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleWithCustomBuilder.java31 long delayAmount = 0; field in SampleWithCustomBuilder
103 long delayAmount, in SampleWithCustomBuilder() argument
106 this.delayAmount = delayAmount; in SampleWithCustomBuilder()
117 return delayAmount; in getDelayAmount()
137 "delayAmount = " + delayAmount + ", " + in toString()
149 dest.writeLong(delayAmount); in writeToParcel()
169 this.delayAmount = _delayAmount; in SampleWithCustomBuilder()
199 private long delayAmount; field in SampleWithCustomBuilder.Builder
213 delayAmount = value; in setDelayAmount()
232 delayAmount = 0; in build()
[all …]