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

/frameworks/base/core/java/android/os/
H A DParcel.java131 * {@link #writeBundle(Bundle)}, {@link #readBundle()}, and
452 * Please use {@link #writeBundle} instead. Flattens a Map into the parcel
458 * <p>It is strongly recommended to use {@link #writeBundle} instead of
487 public final void writeBundle(Bundle val) { method in class:Parcel
1051 writeBundle((Bundle) v);
1324 * been written with {@link #writeBundle}. Read into an existing Map object
1344 * been written with {@link #writeBundle}. Read and return a new HashMap

Completed in 31 milliseconds