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

/frameworks/base/tools/aidl/
H A Daidl.cpp770 char* packagename; local
775 packagename = fullname;
778 packagename = NULL;
782 // type, packagename, classname);
792 parcl->package = packagename ? strdup(packagename) : NULL;
807 parcl->package = packagename ? strdup(packagename) : NULL;
822 iface->package = packagename ? strdup(packagename)
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java685 * @param packagename
686 * Pass the packagename of the application that contains the
688 * the most common case), then put the packagename of your
691 * The packagename can be found in the AndroidManifest.xml of
703 public int addSpeech(String text, String packagename, int resourceId) { argument
705 mUtterances.put(text, makeResourceUri(packagename, resourceId));
742 * @param packagename
758 public int addEarcon(String earcon, String packagename, int resourceId) { argument
760 mEarcons.put(earcon, makeResourceUri(packagename, resourceId));

Completed in 157 milliseconds