Searched defs:unzipper (Results 1 - 7 of 7) sorted by relevance

/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java61 (new Thread(new unzipper(stream))).start();
114 private class unzipper implements Runnable { class in class:InstallerActivity
117 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java62 (new Thread(new unzipper(stream))).start();
115 private class unzipper implements Runnable { class in class:InstallerActivity
118 public unzipper(InputStream is) { method in class:InstallerActivity.unzipper

Completed in 64 milliseconds