Searched refs:otherParcelable (Results 1 – 2 of 2) sorted by relevance
222 …SampleWithCustomBuilder otherParcelable = new SampleWithCustomBuilder.Builder().setDelay(3, SECOND… in testDataStructures_parcelCorrectly() local226 .addMap("foo", otherParcelable) in testDataStructures_parcelCorrectly()228 put(45, otherParcelable); in testDataStructures_parcelCorrectly()
529 @Nullable AccessibilityNodeInfo otherParcelable, in SampleDataClass() argument556 this.mOtherParcelable = otherParcelable; in SampleDataClass()1422 …AccessibilityNodeInfo otherParcelable = (flg & 0x40) == 0 ? null : (AccessibilityNodeInfo) in.read… in SampleDataClass() local1453 this.mOtherParcelable = otherParcelable; in SampleDataClass()