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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java209 private long mRawContactIdRequestingPhoto; field in class:ContactEditorFragment
211 * The {@link PhotoHandler} for the photo editor for the {@link #mRawContactIdRequestingPhoto}
483 mRawContactIdRequestingPhoto = savedState.getLong(
926 if (mRawContactIdRequestingPhoto == editor.getRawContactId()) {
1656 outState.putLong(KEY_RAW_CONTACT_ID_REQUESTING_PHOTO, mRawContactIdRequestingPhoto);
1890 mRawContactIdRequestingPhoto = mEditor.getRawContactId();

Completed in 22 milliseconds