Home
last modified time | relevance | path

Searched defs: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
DSampleDataClass.java529 @Nullable AccessibilityNodeInfo otherParcelable, in SampleDataClass()
1422 …AccessibilityNodeInfo otherParcelable = (flg & 0x40) == 0 ? null : (AccessibilityNodeInfo) in.read… in SampleDataClass() local