Home | History | Annotate | Download | only in os

Lines Matching defs:mMap

40         EMPTY.mMap = Collections.unmodifiableMap(new HashMap<String, Object>());
43 // Invariant - exactly one of mMap / mParcelledData will be null
46 /* package */ Map<String, Object> mMap = null;
49 * If mParcelledData is non-null, then mMap will be null and the
68 mMap = new HashMap<String, Object>();
94 mMap = new HashMap<String, Object>();
105 mMap = new HashMap<String, Object>(capacity);
124 if (b.mMap != null) {
125 mMap = new HashMap<String, Object>(b.mMap);
127 mMap = null;
158 int size = mMap.size();
165 Object o = mMap.values().iterator().next();
220 if (mMap == null) {
221 mMap = new HashMap<String, Object>();
223 mParcelledData.readMapInternal(mMap, N, mClassLoader);
235 return mMap.size();
243 return mMap.isEmpty();
251 mMap.clear();
265 return mMap.containsKey(key);
276 return mMap.get(key);
286 mMap.remove(key);
297 mMap.putAll(map.mMap);
311 return mMap.keySet();
327 Iterator<Map.Entry<String, Object>> iter = mMap.entrySet().iterator();
389 mMap.put(key, value);
401 mMap.put(key, value);
413 mMap.put(key, value);
425 mMap.put(key, value);
437 mMap.put(key, value);
449 mMap.put(key, value);
461 mMap.put(key, value);
473 mMap.put(key, value);
485 mMap.put(key, value);
497 mMap.put(key, value);
509 mMap.put(key, value);
523 mMap.put(key, value);
538 mMap.put(key, value);
553 mMap.put(key, value);
566 mMap.put(key, value);
578 mMap.put(key, value);
590 mMap.put(key, value);
602 mMap.put(key, value);
614 mMap.put(key, value);
626 mMap.put(key, value);
638 mMap.put(key, value);
650 mMap.put(key, value);
662 mMap.put(key, value);
674 mMap.put(key, value);
686 mMap.put(key, value);
698 mMap.put(key, value);
710 mMap.put(key, value);
722 mMap.put(key, value);
734 mMap.put(key, value);
750 mMap.put(key, value);
796 Object o = mMap.get(key);
829 Object o = mMap.get(key);
862 Object o = mMap.get(key);
895 Object o = mMap.get(key);
928 Object o = mMap.get(key);
961 Object o = mMap.get(key);
994 Object o = mMap.get(key);
1027 Object o = mMap.get(key);
1049 Object o = mMap.get(key);
1071 Object o = mMap.get(key);
1093 Object o = mMap.get(key);
1115 Object o = mMap.get(key);
1137 Object o = mMap.get(key);
1159 Object o = mMap.get(key);
1181 Object o = mMap.get(key);
1203 Object o = mMap.get(key);
1226 Object o = mMap.get(key);
1248 Object o = mMap.get(key);
1270 Object o = mMap.get(key);
1292 Object o = mMap.get(key);
1314 Object o = mMap.get(key);
1336 Object o = mMap.get(key);
1358 Object o = mMap.get(key);
1380 Object o = mMap.get(key);
1402 Object o = mMap.get(key);
1424 Object o = mMap.get(key);
1446 Object o = mMap.get(key);
1468 Object o = mMap.get(key);
1490 Object o = mMap.get(key);
1512 Object o = mMap.get(key);
1534 Object o = mMap.get(key);
1560 Object o = mMap.get(key);
1612 parcel.writeMapInternal(mMap);
1668 return "Bundle[" + mMap.toString() + "]";