Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPersistableBundle.java303 if (isEmptyParcel()) { in toString()
316 if (isEmptyParcel()) { in toShortString()
DBaseBundle.java231 if (isEmptyParcel()) { in unparcel()
285 public boolean isEmptyParcel() { in isEmptyParcel() method in BaseBundle
321 return isEmptyParcel(); in maybeIsEmpty()
355 if (from.isEmptyParcel()) { in copyInternal()
DBundle.java1203 if (isEmptyParcel()) { in toString()
1218 if (isEmptyParcel()) { in toShortString()