Lines Matching defs:mMap

41     // Invariant - exactly one of mMap / mParcelledData will be null
44 ArrayMap<String, Object> mMap = null;
47 * If mParcelledData is non-null, then mMap will be null and the
67 mMap = capacity > 0 ?
133 if (b.mMap != null) {
134 mMap = new ArrayMap<String, Object>(b.mMap);
136 mMap = null;
153 int size = mMap.size();
160 Object o = mMap.valueAt(0);
200 if (mMap == null) {
201 mMap = new ArrayMap<String, Object>(1);
203 mMap.erase();
215 if (mMap == null) {
216 mMap = new ArrayMap<String, Object>(N);
218 mMap.erase();
219 mMap.ensureCapacity(N);
221 mParcelledData.readArrayMapInternal(mMap, N, mClassLoader);
225 + " final map: " + mMap);
242 return mMap.size();
250 return mMap.isEmpty();
258 mMap.clear();
270 return mMap.containsKey(key);
281 return mMap.get(key);
291 mMap.remove(key);
302 mMap.putAll(bundle.mMap);
312 mMap.putAll(map);
322 return mMap.keySet();
334 mMap.put(key, value);
346 mMap.put(key, value);
358 mMap.put(key, value);
370 mMap.put(key, value);
382 mMap.put(key, value);
394 mMap.put(key, value);
406 mMap.put(key, value);
418 mMap.put(key, value);
430 mMap.put(key, value);
442 mMap.put(key, value);
454 mMap.put(key, value);
466 mMap.put(key, value);
478 mMap.put(key, value);
490 mMap.put(key, value);
502 mMap.put(key, value);
514 mMap.put(key, value);
526 mMap.put(key, value);
538 mMap.put(key, value);
550 mMap.put(key, value);
562 mMap.put(key, value);
574 mMap.put(key, value);
586 mMap.put(key, value);
598 mMap.put(key, value);
610 mMap.put(key, value);
659 Object o = mMap.get(key);
693 Object o = mMap.get(key);
727 Object o = mMap.get(key);
761 Object o = mMap.get(key);
795 Object o = mMap.get(key);
829 Object o = mMap.get(key);
863 Object o = mMap.get(key);
897 Object o = mMap.get(key);
919 final Object o = mMap.get(key);
954 final Object o = mMap.get(key);
989 Object o = mMap.get(key);
1011 Object o = mMap.get(key);
1033 Object o = mMap.get(key);
1055 Object o = mMap.get(key);
1077 Object o = mMap.get(key);
1099 Object o = mMap.get(key);
1121 Object o = mMap.get(key);
1143 Object o = mMap.get(key);
1165 Object o = mMap.get(key);
1187 Object o = mMap.get(key);
1209 Object o = mMap.get(key);
1231 Object o = mMap.get(key);
1253 Object o = mMap.get(key);
1275 Object o = mMap.get(key);
1304 if (mMap == null || mMap.size() <= 0) {
1313 parcel.writeArrayMapInternal(mMap);