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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java810 * @param earcon The name of the earcon.
829 public int addEarcon(String earcon, String packagename, int resourceId) { argument
831 mEarcons.put(earcon, makeResourceUri(packagename, resourceId));
842 * @param earcon
843 * The name of the earcon.
851 public int addEarcon(String earcon, String filename) { argument
853 mEarcons.put(earcon, Uri.parse(filename));
907 * Plays the earcon using the specified queueing mode and parameters.
908 * The earcon mus
930 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
[all...]

Completed in 27 milliseconds