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

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java59 return readMap();
72 private Map<Short, Object> readMap() { method in class:Decoder
/frameworks/base/core/java/android/os/
H A DParcel.java190 * {@link #writeMap(Map)}, {@link #readMap(Map, ClassLoader)},
2102 public final void readMap(Map outVal, ClassLoader loader) { method in class:Parcel
/frameworks/native/libs/binder/
H A DParcel.cpp1393 status_t Parcel::readMap(::android::binder::Map* map_out)const function in class:Parcel
1410 ALOGE("readMap: Unexpected count: %d", count);
1428 ALOGE("readMap: Key type not a string (parcelType = %d)", value.parcelType());
1457 status = readMap(map->get());

Completed in 92 milliseconds