Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPersistableBundle.java304 if (isEmptyParcel()) { in toString()
317 if (isEmptyParcel()) { in toShortString()
331 if (isEmptyParcel()) { in writeToProto()
DBaseBundle.java250 if (isEmptyParcel(parcelledData)) { in initializeFromParcelLocked()
321 public boolean isEmptyParcel() { in isEmptyParcel() method in BaseBundle
322 return isEmptyParcel(mParcelledData); in isEmptyParcel()
328 private static boolean isEmptyParcel(Parcel p) { in isEmptyParcel() method in BaseBundle
333 if (p != null && !isEmptyParcel(p)) { in recycleParcel()
370 return isEmptyParcel(); in maybeIsEmpty()
421 if (from.isEmptyParcel()) { in copyInternal()
DBundle.java1253 if (isEmptyParcel()) { in toString()
1268 if (isEmptyParcel()) { in toShortString()
1282 if (isEmptyParcel()) { in writeToProto()
/frameworks/base/config/
Dboot-image-profile.txt26964 HSPLandroid/os/BaseBundle;->isEmptyParcel()Z