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

Commit fcfd7bea authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20357

* changes:
  Remove Voice Search constants, factored them out into the Voice Search app.
parents 5d1e4c4d 50dac8c6
Loading
Loading
Loading
Loading
+0 −33
Original line number Original line Diff line number Diff line
@@ -3297,39 +3297,6 @@ public final class Settings {
        public static final String SHORT_KEYLIGHT_DELAY_MS =
        public static final String SHORT_KEYLIGHT_DELAY_MS =
                "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.
         * List of test suites (local disk filename) for the automatic instrumentation test runner.
         * The file format is similar to automated_suites.xml, see AutoTesterService.
         * The file format is similar to automated_suites.xml, see AutoTesterService.