Searched defs:parcelableArray (Results 1 – 6 of 6) sorted by relevance
43 std::vector<::aidl::android::aidl::tests::OtherParcelableForToString> parcelableArray; variable
23 public android.aidl.tests.OtherParcelableForToString[] parcelableArray; field in ParcelableForToString
41 AidlTest.TestParcelable[] parcelableArray(in AidlTest.TestParcelable[] a0, in parcelableArray() method
192 public TestParcelable[] parcelableArray(TestParcelable[] a0, in parcelableArray() method in AidlTest.AidlObject
19 pub parcelableArray: Vec<crate::mangled::_7_android_4_aidl_5_tests_26_OtherParcelableForToString>, field
602 Parcelable[] parcelableArray = in.readParcelableArray(Surface.class.getClassLoader()); in readFromParcel() local