Searched refs:textResponses (Results 1 – 3 of 3) sorted by relevance
232 public void configureMessageDialog(List<String> textResponses) { in configureMessageDialog() argument234 mSmsResponses.addAll(textResponses); in configureMessageDialog()
550 private void updateCallTextMap(Call call, List<String> textResponses) { in updateCallTextMap() argument554 if (textResponses != null) { in updateCallTextMap()555 mCallTextReponsesMap.put(call.getId(), textResponses); in updateCallTextMap() local
312 public void configureMessageDialog(List<String> textResponses); in configureMessageDialog() argument