Searched refs:isEmptyParcel (Results 1 – 4 of 4) sorted by relevance
304 if (isEmptyParcel()) { in toString()317 if (isEmptyParcel()) { in toShortString()331 if (isEmptyParcel()) { in writeToProto()
250 if (isEmptyParcel(parcelledData)) { in initializeFromParcelLocked()321 public boolean isEmptyParcel() { in isEmptyParcel() method in BaseBundle322 return isEmptyParcel(mParcelledData); in isEmptyParcel()328 private static boolean isEmptyParcel(Parcel p) { in isEmptyParcel() method in BaseBundle333 if (p != null && !isEmptyParcel(p)) { in recycleParcel()370 return isEmptyParcel(); in maybeIsEmpty()421 if (from.isEmptyParcel()) { in copyInternal()
1253 if (isEmptyParcel()) { in toString()1268 if (isEmptyParcel()) { in toShortString()1282 if (isEmptyParcel()) { in writeToProto()
26964 HSPLandroid/os/BaseBundle;->isEmptyParcel()Z