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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java77 private long mRawContactIdRequestingPhoto; field in class:ContactEditorFragment
80 * The {@link PhotoHandler} for the photo editor for the {@link #mRawContactIdRequestingPhoto}
112 mRawContactIdRequestingPhoto = savedState.getLong(
378 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
435 outState.putLong(KEY_RAW_CONTACT_ID_REQUESTING_PHOTO, mRawContactIdRequestingPhoto);
577 mRawContactIdRequestingPhoto = mEditor.getRawContactId();

Completed in 50 milliseconds