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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java200 private long mRawContactIdRequestingPhoto = -1; field in class:ContactEditorFragment
425 mRawContactIdRequestingPhoto = savedState.getLong(
1576 outState.putLong(KEY_RAW_CONTACT_ID_REQUESTING_PHOTO, mRawContactIdRequestingPhoto);
1606 setPhoto(mRawContactIdRequestingPhoto, mPhoto);
1607 mRawContactIdRequestingPhotoAfterLoad = mRawContactIdRequestingPhoto;
1608 mRawContactIdRequestingPhoto = -1;
1852 mRawContactIdRequestingPhoto = mEditor.getRawContactId();
1872 mRawContactIdRequestingPhoto = mEditor.getRawContactId();

Completed in 73 milliseconds