Home
last modified time | relevance | path

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

/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleDataClassTest.java222 …SampleWithCustomBuilder otherParcelable = new SampleWithCustomBuilder.Builder().setDelay(3, SECOND… in testDataStructures_parcelCorrectly() local
226 .addMap("foo", otherParcelable) in testDataStructures_parcelCorrectly()
228 put(45, otherParcelable); in testDataStructures_parcelCorrectly()
DSampleDataClass.java529 @Nullable AccessibilityNodeInfo otherParcelable, in SampleDataClass() argument
556 this.mOtherParcelable = otherParcelable; in SampleDataClass()
1422 …AccessibilityNodeInfo otherParcelable = (flg & 0x40) == 0 ? null : (AccessibilityNodeInfo) in.read… in SampleDataClass() local
1453 this.mOtherParcelable = otherParcelable; in SampleDataClass()