Searched defs:unparcel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBaseBundle.java83 // (except inside a call to unparcel)
190 unparcel();
225 * If the underlying data are stored as a Parcel, unparcel them
228 /* package */ void unparcel() { method in class:BaseBundle
235 Log.d(TAG, "unparcel "
246 Slog.wtf(TAG, "Attempting to unparcel a Bundle while in transit; this may "
252 Log.d(TAG, "unparcel "
267 Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
306 Log.d(TAG, "unparcel " + Integer.toHexString(System.identityHashCode(this))
340 unparcel();
[all...]

Completed in 566 milliseconds