#[cfg(any(feature = "all", feature = "android-speech-RecognizerResultsIntent"))]
__jni_bindgen! {
public class RecognizerResultsIntent ("android/speech/RecognizerResultsIntent") extends crate::java::lang::Object {
pub const ACTION_VOICE_SEARCH_RESULTS : &'static str = "android.speech.action.VOICE_SEARCH_RESULTS";
pub const EXTRA_VOICE_SEARCH_RESULT_STRINGS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_STRINGS";
pub const EXTRA_VOICE_SEARCH_RESULT_URLS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_URLS";
pub const EXTRA_VOICE_SEARCH_RESULT_HTML : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_HTML";
pub const EXTRA_VOICE_SEARCH_RESULT_HTML_BASE_URLS : &'static str = "android.speech.extras.VOICE_SEARCH_RESULT_HTML_BASE_URLS";
pub const EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS : &'static str = "android.speech.extras.EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS";
pub const URI_SCHEME_INLINE : &'static str = "inline";
}
}