Searched refs:KEY_PHOTO_RAW_CONTACT_ID (Results 1 – 1 of 1) sorted by relevance
53 private static final String KEY_PHOTO_RAW_CONTACT_ID = "photo_raw_contact_id"; field in CompactContactEditorFragment151 mPhotoRawContactId = savedState.getLong(KEY_PHOTO_RAW_CONTACT_ID); in onCreate()168 outState.putLong(KEY_PHOTO_RAW_CONTACT_ID, mPhotoRawContactId); in onSaveInstanceState()