Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/translation/
H A DTranslationResponse.java274 dest.writeSparseArray(mTranslationResponseValues); in writeToParcel()
275 dest.writeSparseArray(mViewTranslationResponses); in writeToParcel()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java167 dest.writeSparseArray((SparseArray) splitDependencies); in writeToParcel()
H A DApplicationInfo.java2017 dest.writeSparseArray((SparseArray) splitDependencies); in writeToParcel()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DBarringInfo.java304 dest.writeSparseArray(mBarringServiceInfos); in writeToParcel()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java200 p.writeSparseArray(null); in nullSparseArray()
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DParcelAllTheThingsDataClass.java178 dest.writeSparseArray(mSparseArray); in writeToParcel()
/aosp14/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java166 dest.writeSparseArray(mSelectionArgs); in writeToParcel()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayInfo.java634 dest.writeSparseArray(thermalRefreshRateThrottling); in writeToParcel()
/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java1445 public final <T> void writeSparseArray(@Nullable SparseArray<T> val) { in writeSparseArray() method in Parcel
2509 writeSparseArray((SparseArray) v); in writeValue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java3182 dest.writeSparseArray(this.splitDependencies);
/aosp14/frameworks/base/config/
H A Dboot-profile.txt1184 Landroid/os/Parcel;->writeSparseArray(Landroid/util/SparseArray;)V
H A Dboot-image-profile.txt12633 HSPLandroid/os/Parcel;->writeSparseArray(Landroid/util/SparseArray;)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12630 HSPLandroid/os/Parcel;->writeSparseArray(Landroid/util/SparseArray;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt33385 method public <T> void writeSparseArray(@Nullable android.util.SparseArray<T>);