/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.android.voicedialer; public final class R { public static final class attr { } public static final class drawable { public static final int app_voicedialer=0x7f020000; public static final int ic_vd_green_key=0x7f020001; public static final int ic_vd_mic_off=0x7f020002; public static final int ic_vd_mic_on=0x7f020003; public static final int ic_vd_retry=0x7f020004; } public static final class id { public static final int microphone_loading_view=0x7f050004; public static final int microphone_view=0x7f050003; public static final int retry_view=0x7f050005; public static final int state=0x7f050001; public static final int substate=0x7f050002; public static final int when_separator=0x7f050000; } public static final class layout { public static final int tool_tip=0x7f030000; public static final int voice_dialing=0x7f030001; } public static final class string { /** appended to recognition result from VoiceDialer.grxml to indicate a 'home' number. 'Call John Smith' becomes 'Call John Smith at home' */ public static final int at_home=0x7f04000c; /** appended to recognition result from VoiceDialer.grxml to indicate a 'other' number. 'Call John Smith' becomes 'Call John Smith at home' */ public static final int at_other=0x7f04000f; /** appended to recognition result from VoiceDialer.grxml to indicate a 'work' number. 'Call John Smith' becomes 'Call John Smith at home' */ public static final int at_work=0x7f04000e; /** title to the VoiceDialer main screen */ public static final int bluetooth_title=0x7f040005; /** present on the VoiceDialer main screen to give examples of valid speech input */ public static final int examples=0x7f040003; /** displayed when there is a fatal error on initialization or recognition */ public static final int failure=0x7f040009; /** message that is spoken to inform the user that the application is shutting down. */ public static final int goodbye_tts=0x7f040015; /** displayed when the connection tot he bluetooth headset is lost */ public static final int headset_connection_lost=0x7f04000b; /** displayed on the VoiceDialer main screen while initializing */ public static final int initializing=0x7f040006; /** message that is spoken when the user asks for a choice that is not available */ public static final int invalid_choice_tts=0x7f040014; /** displayed on the VoiceDialer main screen while listening to speech */ public static final int listening=0x7f040007; /** message in popup which indicates that VoiceDialer logging has been disabled */ public static final int logging_disabled=0x7f040011; /** message in popup which indicates that VoiceDialer logging has been enabled */ public static final int logging_enabled=0x7f040010; /** message that is spoken when we get no results */ public static final int no_results_tts=0x7f040013; /** appended to recognition result from VoiceDialer.grxml to indicate a 'mobile' number. 'Call John Smith' becomes 'Call John Smith at home' */ public static final int on_mobile=0x7f04000d; /** displayed on the VoiceDialer main screen upon failure */ public static final int please_try_again=0x7f040008; /** displayed on the VoiceDialer main screen after unrecoverable error. when present, this message follows the one above */ public static final int recognition_error=0x7f04000a; /** message that is spoken to indicate that the user can begin speaking. */ public static final int speak_now_tts=0x7f040012; /** title to the VoiceDialer main screen */ public static final int title=0x7f040004; /** message in the Tool Tip window. purpose is to notify user of green Call button launch */ public static final int tool_tip_message=0x7f040002; /** title to the Tool Tip window. open when VoiceDialer not launched by green Call button */ public static final int tool_tip_title=0x7f040001; /** The name of the Voice Dialer application. */ public static final int voiceDialer=0x7f040000; } }