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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java879 * @param packagename
880 * Pass the packagename of the application that contains the
882 * the most common case), then put the packagename of your
885 * The packagename can be found in the AndroidManifest.xml of
897 public int addSpeech(String text, String packagename, @RawRes int resourceId) { argument
899 mUtterances.put(text, makeResourceUri(packagename, resourceId));
913 * @param packagename
914 * Pass the packagename of the application that contains the
916 * the most common case), then put the packagename of your
919 * The packagename ca
931 addSpeech(CharSequence text, String packagename, @RawRes int resourceId) argument
1006 addEarcon(String earcon, String packagename, @RawRes int resourceId) argument
[all...]

Completed in 70 milliseconds