Searched defs:mCurrentPhotoHandler (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java207 * recently. Used to restore {@link #mCurrentPhotoHandler} after orientation change.
218 private PhotoHandler mCurrentPhotoHandler; field in class:ContactEditorFragment
927 mCurrentPhotoHandler = photoHandler;
1685 if (mCurrentPhotoHandler != null && mCurrentPhotoHandler.handlePhotoActivityResult(
1891 mCurrentPhotoHandler = this;
1951 mCurrentPhotoHandler = null;

Completed in 71 milliseconds