Searched refs:mUtterances (Results 1 – 1 of 1) sorted by relevance
686 private final Map<CharSequence, Uri> mUtterances; field in TextToSpeech736 mUtterances = new HashMap<CharSequence, Uri>(); in TextToSpeech()906 mUtterances.put(text, makeResourceUri(packagename, resourceId)); in addSpeech()940 mUtterances.put(text, makeResourceUri(packagename, resourceId)); in addSpeech()962 mUtterances.put(text, Uri.parse(filename)); in addSpeech()983 mUtterances.put(text, Uri.fromFile(file)); in addSpeech()1108 Uri utteranceUri = mUtterances.get(text); in speak()