Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java132 private static final String KEY_PHOTO_RAW_CONTACT_ID = "photo_raw_contact_id"; field in ContactEditorFragment
531 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()
656 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()