Searched defs:SoundResource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java95 private static class SoundResource { class in class:TtsService
100 public SoundResource(String packageName, int id) { method in class:TtsService.SoundResource
106 public SoundResource(String file) { method in class:TtsService.SoundResource
131 private HashMap<String, SoundResource> mEarcons;
132 private HashMap<String, SoundResource> mUtterances;
160 mEarcons = new HashMap<String, SoundResource>();
161 mUtterances = new HashMap<String, SoundResource>();
332 mUtterances.put(text, new SoundResource(packageName, resId));
345 mUtterances.put(text, new SoundResource(filename));
359 mEarcons.put(earcon, new SoundResource(packageNam
[all...]

Completed in 5 milliseconds