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);
242 return mMap.size();
250 return mMap.isEmpty();
258 mMap.clear();
272 return mMap.containsKey(key);
283 return mMap.get(key);
293 mMap.remove(key);
304 mMap.putAll(map.mMap);
318 return mMap.keySet();
334 Iterator<Map.Entry<String, Object>> iter = mMap.entrySet().iterator();
396 mMap.put(key, value);
408 mMap.put(key, value);
420 mMap.put(key, value);
432 mMap.put(key, value);
444 mMap.put(key, value);
456 mMap.put(key, value);
468 mMap.put(key, value);
480 mMap.put(key, value);
492 mMap.put(key, value);
504 mMap.put(key, value);
516 mMap.put(key, value);
530 mMap.put(key, value);
545 mMap.put(key, value);
560 mMap.put(key, value);
573 mMap.put(key, value);
585 mMap.put(key, value);
597 mMap.put(key, value);
609 mMap.put(key, value);
621 mMap.put(key, value);
633 mMap.put(key, value);
645 mMap.put(key, value);
657 mMap.put(key, value);
669 mMap.put(key, value);
681 mMap.put(key, value);
693 mMap.put(key, value);
705 mMap.put(key, value);
717 mMap.put(key, value);
729 mMap.put(key, value);
741 mMap.put(key, value);
757 mMap.put(key, value);
803 Object o = mMap.get(key);
836 Object o = mMap.get(key);
869 Object o = mMap.get(key);
902 Object o = mMap.get(key);
935 Object o = mMap.get(key);
968 Object o = mMap.get(key);
1001 Object o = mMap.get(key);
1034 Object o = mMap.get(key);
1056 Object o = mMap.get(key);
1078 Object o = mMap.get(key);
1100 Object o = mMap.get(key);
1122 Object o = mMap.get(key);
1144 Object o = mMap.get(key);
1166 Object o = mMap.get(key);
1188 Object o = mMap.get(key);
1210 Object o = mMap.get(key);
1233 Object o = mMap.get(key);
1255 Object o = mMap.get(key);
1277 Object o = mMap.get(key);
1299 Object o = mMap.get(key);
1321 Object o = mMap.get(key);
1343 Object o = mMap.get(key);
1365 Object o = mMap.get(key);
1387 Object o = mMap.get(key);
1409 Object o = mMap.get(key);
1431 Object o = mMap.get(key);
1453 Object o = mMap.get(key);
1475 Object o = mMap.get(key);
1497 Object o = mMap.get(key);
1519 Object o = mMap.get(key);
1541 Object o = mMap.get(key);
1567 Object o = mMap.get(key);
1619 parcel.writeMapInternal(mMap);
1675 return "Bundle[" + mMap.toString() + "]";