Home
last modified time | relevance | path

Searched refs:isParcelable (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
H A DParcelableDetector.kt40 classList.filterTo(parcelables, { (it != PARCELABLE_CLASS) && isParcelable(it) })
44 private fun isParcelable(c: String?): Boolean { regex
64 val ancestorIsParcelable = seq.any(this::isParcelable)
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DParcelableColorSpace.java39 public static boolean isParcelable(@NonNull ColorSpace colorSpace) { in isParcelable() method in ParcelableColorSpace
/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/core/api/
H A Dcurrent.txt16127 method public static boolean isParcelable(@NonNull android.graphics.ColorSpace);