1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-speech-RecognizerResultsIntent"))]
__jni_bindgen! {
    /// public class [RecognizerResultsIntent](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html)
    ///
    /// Required feature: "android-speech-RecognizerResultsIntent"
    public class RecognizerResultsIntent ("android/speech/RecognizerResultsIntent") extends crate::java::lang::Object {

        /// public static final [ACTION_VOICE_SEARCH_RESULTS](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#ACTION_VOICE_SEARCH_RESULTS)
        pub const ACTION_VOICE_SEARCH_RESULTS : &'static str = "android.speech.action.VOICE_SEARCH_RESULTS";

        /// public static final [EXTRA_VOICE_SEARCH_RESULT_HTML](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#EXTRA_VOICE_SEARCH_RESULT_HTML)
        pub const EXTRA_VOICE_SEARCH_RESULT_HTML : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_HTML";

        /// public static final [EXTRA_VOICE_SEARCH_RESULT_HTML_BASE_URLS](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#EXTRA_VOICE_SEARCH_RESULT_HTML_BASE_URLS)
        pub const EXTRA_VOICE_SEARCH_RESULT_HTML_BASE_URLS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_HTML_BASE_URLS";

        /// public static final [EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS)
        pub const EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS : &'static str = "android.speech.extras.EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS";

        /// public static final [EXTRA_VOICE_SEARCH_RESULT_STRINGS](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#EXTRA_VOICE_SEARCH_RESULT_STRINGS)
        pub const EXTRA_VOICE_SEARCH_RESULT_STRINGS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_STRINGS";

        /// public static final [EXTRA_VOICE_SEARCH_RESULT_URLS](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#EXTRA_VOICE_SEARCH_RESULT_URLS)
        pub const EXTRA_VOICE_SEARCH_RESULT_URLS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_URLS";

        /// public static final [URI_SCHEME_INLINE](https://developer.android.com/reference/android/speech/RecognizerResultsIntent.html#URI_SCHEME_INLINE)
        pub const URI_SCHEME_INLINE : &'static str = "inline";
    }
}