Searched refs:mUtterances (Results 1 – 1 of 1) sorted by relevance
679 private final Map<CharSequence, Uri> mUtterances; field in TextToSpeech729 mUtterances = new HashMap<CharSequence, Uri>(); in TextToSpeech()899 mUtterances.put(text, makeResourceUri(packagename, resourceId)); in addSpeech()933 mUtterances.put(text, makeResourceUri(packagename, resourceId)); in addSpeech()955 mUtterances.put(text, Uri.parse(filename)); in addSpeech()976 mUtterances.put(text, Uri.fromFile(file)); in addSpeech()1101 Uri utteranceUri = mUtterances.get(text); in speak()