Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50dac8c6 authored by Alex Gruenstein's avatar Alex Gruenstein
Browse files

Remove Voice Search constants, factored them out into the Voice Search app.

parent 6867bb1b
Loading
Loading
Loading
Loading
+0 −33
Original line number Diff line number Diff line
@@ -3297,39 +3297,6 @@ public final class Settings {
        public static final String SHORT_KEYLIGHT_DELAY_MS =
                "short_keylight_delay_ms";

        /**
         * URL that points to the voice search servers. To be factored out of this class.
         */
        public static final String VOICE_SEARCH_URL = "voice_search_url";

        /**
         * Speech encoding used with voice search on 3G networks. To be factored out of this class.
         */
        public static final String VOICE_SEARCH_ENCODING_THREE_G = "voice_search_encoding_three_g";

        /**
         * Speech encoding used with voice search on WIFI networks. To be factored out of this class.
         */
        public static final String VOICE_SEARCH_ENCODING_WIFI = "voice_search_encoding_wifi";

        /**
         * Whether to use automatic gain control in voice search (0 = disable, 1 = enable).
         * To be factored out of this class.
         */
        public static final String VOICE_SEARCH_ENABLE_AGC = "voice_search_enable_agc";

        /**
         * Whether to use noise suppression in voice search (0 = disable, 1 = enable).
         * To be factored out of this class.
         */
        public static final String VOICE_SEARCH_ENABLE_NS = "voice_search_enable_ns";

        /**
         * Whether to use the IIR filter in voice search (0 = disable, 1 = enable).
         * To be factored out of this class.
         */
        public static final String VOICE_SEARCH_ENABLE_IIR = "voice_search_enable_iir";

        /**
         * List of test suites (local disk filename) for the automatic instrumentation test runner.
         * The file format is similar to automated_suites.xml, see AutoTesterService.