Searched refs:isEmptyParcel (Results 1 – 2 of 2) sorted by relevance
254 if (isEmptyParcel(parcelledData)) { in initializeFromParcelLocked()326 public boolean isEmptyParcel() { in isEmptyParcel() method in BaseBundle327 return isEmptyParcel(mParcelledData); in isEmptyParcel()333 private static boolean isEmptyParcel(Parcel p) { in isEmptyParcel() method in BaseBundle338 if (p != null && !isEmptyParcel(p)) { in recycleParcel()375 return isEmptyParcel(); in maybeIsEmpty()426 if (from.isEmptyParcel()) { in copyInternal()
1273 if (isEmptyParcel()) { in toString()1288 if (isEmptyParcel()) { in toShortString()1302 if (isEmptyParcel()) { in writeToProto()