Searched refs:mPointsMap (Results 1 – 1 of 1) sorted by relevance
34 private final Map<String, List<LocationEntry>> mPointsMap = field in LocationDataManager51 synchronized (mPointsMap) { in getPoints()52 if (mPointsMap.get(day) == null) { in getPoints()55 mPointsMap.put(day, points); in getPoints()58 return mPointsMap.get(day); in getPoints()66 synchronized (mPointsMap) { in clearPoints()68 mPointsMap.remove(day); in clearPoints()78 synchronized (mPointsMap) { in addPoint()86 mPointsMap.put(entry.day, points); in addPoint()