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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java146 private static final String KEY_NEW_CONTACT_READY = "newContactDataReady"; field in class:ContactEditorFragment
493 mNewContactDataReady = savedState.getBoolean(KEY_NEW_CONTACT_READY);
610 outState.putBoolean(KEY_NEW_CONTACT_READY, mNewContactDataReady);

Completed in 174 milliseconds