Home
last modified time | relevance | path

Searched refs:isEmptyParcel (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DPersistableBundle.java403 if (isEmptyParcel()) { in toString()
416 if (isEmptyParcel()) { in toShortString()
430 if (isEmptyParcel()) { in dumpDebug()
H A DBaseBundle.java242 if (from.isEmptyParcel()) { in BaseBundle()
444 if (isEmptyParcel(parcelledData)) { in initializeFromParcelLocked()
518 public boolean isEmptyParcel() { in isEmptyParcel() method in BaseBundle
519 return isEmptyParcel(mParcelledData); in isEmptyParcel()
525 private static boolean isEmptyParcel(Parcel p) { in isEmptyParcel() method in BaseBundle
530 if (p != null && !isEmptyParcel(p)) { in recycleParcel()
579 return isEmptyParcel(); in isDefinitelyEmpty()
H A DBundle.java1413 if (isEmptyParcel()) { in toString()
1428 if (isEmptyParcel()) { in toShortString()
1442 if (isEmptyParcel()) { in dumpDebug()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt380 Landroid/os/BaseBundle;->isEmptyParcel(Landroid/os/Parcel;)Z
H A Dboot-image-profile.txt11821 HSPLandroid/os/BaseBundle;->isEmptyParcel()Z
11822 HSPLandroid/os/BaseBundle;->isEmptyParcel(Landroid/os/Parcel;)Z
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt11818 HSPLandroid/os/BaseBundle;->isEmptyParcel()Z
11819 HSPLandroid/os/BaseBundle;->isEmptyParcel(Landroid/os/Parcel;)Z
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34708 Landroid/os/BaseBundle;->isEmptyParcel()Z
34709 Landroid/os/BaseBundle;->isEmptyParcel(Landroid/os/Parcel;)Z