Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java77 private long mRawContactIdRequestingPhoto; field in ContactEditorFragment
112 mRawContactIdRequestingPhoto = savedState.getLong( in onCreate()
378 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) { in bindPhotoHandler()
435 outState.putLong(KEY_RAW_CONTACT_ID_REQUESTING_PHOTO, mRawContactIdRequestingPhoto); in onSaveInstanceState()
577 mRawContactIdRequestingPhoto = mEditor.getRawContactId(); in startPhotoActivity()