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
67 mMap = new HashMap<String, Object>();
93 mMap = new HashMap<String, Object>();
104 mMap = new HashMap<String, Object>(capacity);
123 if (b.mMap != null) {
124 mMap = new HashMap<String, Object>(b.mMap);
126 mMap = null;
157 int size = mMap.size();
164 Object o = mMap.values().iterator().next();
205 if (mMap == null) {
206 mMap = new HashMap<String, Object>();
208 mParcelledData.readMapInternal(mMap, N, mClassLoader);
220 return mMap.size();
228 return mMap.isEmpty();
236 mMap.clear();
250 return mMap.containsKey(key);
261 return mMap.get(key);
271 mMap.remove(key);
282 mMap.putAll(map.mMap);
296 return mMap.keySet();
312 Iterator<Map.Entry<String, Object>> iter = mMap.entrySet().iterator();
374 mMap.put(key, value);
386 mMap.put(key, value);
398 mMap.put(key, value);
410 mMap.put(key, value);
422 mMap.put(key, value);
434 mMap.put(key, value);
446 mMap.put(key, value);
458 mMap.put(key, value);
470 mMap.put(key, value);
482 mMap.put(key, value);
494 mMap.put(key, value);
508 mMap.put(key, value);
523 mMap.put(key, value);
538 mMap.put(key, value);
551 mMap.put(key, value);
563 mMap.put(key, value);
575 mMap.put(key, value);
587 mMap.put(key, value);
599 mMap.put(key, value);
611 mMap.put(key, value);
623 mMap.put(key, value);
635 mMap.put(key, value);
647 mMap.put(key, value);
659 mMap.put(key, value);
671 mMap.put(key, value);
683 mMap.put(key, value);
695 mMap.put(key, value);
707 mMap.put(key, value);
719 mMap.put(key, value);
735 mMap.put(key, value);
781 Object o = mMap.get(key);
814 Object o = mMap.get(key);
847 Object o = mMap.get(key);
880 Object o = mMap.get(key);
913 Object o = mMap.get(key);
946 Object o = mMap.get(key);
979 Object o = mMap.get(key);
1012 Object o = mMap.get(key);
1035 Object o = mMap.get(key);
1057 Object o = mMap.get(key);
1079 Object o = mMap.get(key);
1101 Object o = mMap.get(key);
1123 Object o = mMap.get(key);
1145 Object o = mMap.get(key);
1168 Object o = mMap.get(key);
1190 Object o = mMap.get(key);
1212 Object o = mMap.get(key);
1234 Object o = mMap.get(key);
1256 Object o = mMap.get(key);
1278 Object o = mMap.get(key);
1300 Object o = mMap.get(key);
1322 Object o = mMap.get(key);
1344 Object o = mMap.get(key);
1366 Object o = mMap.get(key);
1388 Object o = mMap.get(key);
1410 Object o = mMap.get(key);
1432 Object o = mMap.get(key);
1454 Object o = mMap.get(key);
1476 Object o = mMap.get(key);
1502 Object o = mMap.get(key);
1552 parcel.writeMapInternal(mMap);
1605 return "Bundle[" + mMap.toString() + "]";