Searched defs:packagename (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aidl/
H A Daidl.cpp787 char* packagename; local
792 packagename = fullname;
795 packagename = NULL;
799 // type, packagename, classname);
809 parcl->package = packagename ? strdup(packagename) : NULL;
824 parcl->package = packagename ? strdup(packagename) : NULL;
839 iface->package = packagename ? strdup(packagename)
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java869 * @param packagename
870 * Pass the packagename of the application that contains the
872 * the most common case), then put the packagename of your
875 * The packagename can be found in the AndroidManifest.xml of
887 public int addSpeech(String text, String packagename, int resourceId) { argument
889 mUtterances.put(text, makeResourceUri(packagename, resourceId));
903 * @param packagename
904 * Pass the packagename of the application that contains the
906 * the most common case), then put the packagename of your
909 * The packagename ca
921 addSpeech(CharSequence text, String packagename, int resourceId) argument
996 addEarcon(String earcon, String packagename, int resourceId) argument
[all...]

Completed in 71 milliseconds