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