HomeSort by relevance Sort by last modified time
    Searched refs:sInstallationSuccess (Results 1 - 7 of 7) sorted by null

  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 25 private static boolean sInstallationSuccess = false;
46 if (!sIsInstalling && !sInstallationSuccess) {
124 sInstallationSuccess = result;
127 if (sInstallationSuccess) {
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 26 private static boolean sInstallationSuccess = false;
47 if (!sIsInstalling && !sInstallationSuccess) {
125 sInstallationSuccess = result;
128 if (sInstallationSuccess) {

Completed in 91 milliseconds