Home
last modified time | relevance | path

Searched refs:KEY_SEND_TO_VOICE_MAIL_STATE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java209 private static final String KEY_SEND_TO_VOICE_MAIL_STATE = "sendToVoicemailState"; field in QuickContactActivity
628 mSendToVoicemailState = savedInstanceState.getBoolean(KEY_SEND_TO_VOICE_MAIL_STATE); in onCreate()
817 savedInstanceState.putBoolean(KEY_SEND_TO_VOICE_MAIL_STATE, mSendToVoicemailState); in onSaveInstanceState()