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

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

Completed in 32 milliseconds