Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java133 private static final String KEY_EXISTING_CONTACT_READY = "existingContactDataReady"; field in ContactEditorFragment
524 mExistingContactDataReady = savedState.getBoolean(KEY_EXISTING_CONTACT_READY); in onCreate()
1836 outState.putBoolean(KEY_EXISTING_CONTACT_READY, mExistingContactDataReady);