Searched refs:KEY_EXISTING_CONTACT_READY (Results 1 – 1 of 1) sorted by relevance
134 private static final String KEY_EXISTING_CONTACT_READY = "existingContactDataReady"; field in ContactEditorBaseFragment514 mExistingContactDataReady = savedState.getBoolean(KEY_EXISTING_CONTACT_READY); in onCreate()632 outState.putBoolean(KEY_EXISTING_CONTACT_READY, mExistingContactDataReady); in onSaveInstanceState()