Searched refs:mUtterances (Results 1 – 2 of 2) sorted by relevance
725 private final Map<CharSequence, Uri> mUtterances; field in TextToSpeech792 mUtterances = new HashMap<CharSequence, Uri>(); in TextToSpeech()1098 mUtterances.put(text, uri); in addSpeech()1233 Uri utteranceUri = mUtterances.get(text); in speak()
50660 Landroid/speech/tts/TextToSpeech;->mUtterances:Ljava/util/Map;