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

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java246 writeBundle(proto, InstrumentationData.TestStatus.RESULTS, results);
261 writeBundle(proto, InstrumentationData.SessionStatus.RESULTS, results);
280 private void writeBundle(ProtoOutputStream proto, long fieldId, Bundle bundle) { method in class:Instrument.ProtoStatusReporter
307 writeBundle(proto, InstrumentationData.ResultsBundleEntry.VALUE_BUNDLE,
/frameworks/base/core/java/android/os/
H A DParcel.java148 * {@link #writeBundle(Bundle)}, {@link #readBundle()}, and
814 * Please use {@link #writeBundle} instead. Flattens a Map into the parcel
820 * <p>It is strongly recommended to use {@link #writeBundle} instead of
901 public final void writeBundle(Bundle val) { method in class:Parcel
1572 writeBundle((Bundle) v);
2099 * been written with {@link #writeBundle}. Read into an existing Map object
2119 * been written with {@link #writeBundle}. Read and return a new HashMap
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java3222 writeBundle(restrictions, serializer);
3233 private static void writeBundle(Bundle restrictions, XmlSerializer serializer) method in class:UserManagerService
3251 writeBundle((Bundle) value, serializer);
3261 writeBundle((Bundle) parcelable, serializer);

Completed in 50 milliseconds