Searched refs:textResponses (Results 1 – 3 of 3) sorted by relevance
535 private void updateCallTextMap(Call call, List<String> textResponses) { in updateCallTextMap() argument539 if (textResponses != null) { in updateCallTextMap()540 mCallTextReponsesMap.put(call.getId(), textResponses); in updateCallTextMap() local
340 public void configureMessageDialog(List<String> textResponses) { in configureMessageDialog() argument342 mSmsResponses.addAll(textResponses); in configureMessageDialog()
310 public void configureMessageDialog(List<String> textResponses); in configureMessageDialog() argument