Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleDataClass.java547 this.mOtherParcelable = otherParcelable; in SampleDataClass()
699 return mOtherParcelable; in getOtherParcelable()
937 mOtherParcelable = value; in setOtherParcelable()
1164 "otherParcelable = " + mOtherParcelable + ", " + in toString()
1202 && Objects.equals(mOtherParcelable, that.mOtherParcelable) in equals()
1338 if (mOtherParcelable != null) flg |= 0x40; in writeToParcel()
1349 if (mOtherParcelable != null) dest.writeTypedObject(mOtherParcelable, flags); in writeToParcel()
1414 this.mOtherParcelable = otherParcelable; in SampleDataClass()
1676 mOtherParcelable = value; in setOtherParcelable()
1911 mOtherParcelable = null; in build()
[all …]