Searched refs:KEY_EXISTING_CONTACT_READY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java149 private static final String KEY_EXISTING_CONTACT_READY = "existingContactDataReady"; field in class:ContactEditorFragment
496 mExistingContactDataReady = savedState.getBoolean(KEY_EXISTING_CONTACT_READY);
612 outState.putBoolean(KEY_EXISTING_CONTACT_READY, mExistingContactDataReady);

Completed in 41 milliseconds