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

  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 129 Intent installCompleteIntent =
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
133 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 130 Intent installCompleteIntent =
132 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
134 self.sendBroadcast(installCompleteIntent);
139 Intent installCompleteIntent =
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
143 self.sendBroadcast(installCompleteIntent);

Completed in 189 milliseconds