Searched refs:makeResourceUri (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java889 mUtterances.put(text, makeResourceUri(packagename, resourceId));
923 mUtterances.put(text, makeResourceUri(packagename, resourceId));
998 mEarcons.put(earcon, makeResourceUri(packagename, resourceId));
1050 private Uri makeResourceUri(String packageName, int resourceId) { method in class:TextToSpeech

Completed in 75 milliseconds