Searched refs:KEY_SEND_TO_VOICE_MAIL_STATE (Results 1 – 1 of 1) sorted by relevance
209 private static final String KEY_SEND_TO_VOICE_MAIL_STATE = "sendToVoicemailState"; field in QuickContactActivity628 mSendToVoicemailState = savedInstanceState.getBoolean(KEY_SEND_TO_VOICE_MAIL_STATE); in onCreate()817 savedInstanceState.putBoolean(KEY_SEND_TO_VOICE_MAIL_STATE, mSendToVoicemailState); in onSaveInstanceState()