Searched refs:mCallTextReponsesMap (Results 1 – 1 of 1) sorted by relevance
60 private final HashMap<String, List<String>> mCallTextReponsesMap = Maps.newHashMap(); field in CallList390 return mCallTextReponsesMap.get(callId); in getTextResponses()555 mCallTextReponsesMap.put(call.getId(), textResponses); in updateCallTextMap()558 mCallTextReponsesMap.remove(call.getId()); in updateCallTextMap()