Searched refs:mPhotoSelectionHandler (Results 1 – 1 of 1) sorted by relevance
218 mPhotoSelectionHandler = null; in onPhotoSelected()262 private EditorPhotoSelectionHandler mPhotoSelectionHandler; field in ContactEditorActivity430 if (mPhotoSelectionHandler == null) { in onActivityResult()431 mPhotoSelectionHandler = (EditorPhotoSelectionHandler) getPhotoSelectionHandler(); in onActivityResult()433 if (mPhotoSelectionHandler.handlePhotoActivityResult(requestCode, resultCode, data)) { in onActivityResult()480 if (mPhotoSelectionHandler == null) { in getPhotoSelectionHandler()481 mPhotoSelectionHandler = new EditorPhotoSelectionHandler(mPhotoMode); in getPhotoSelectionHandler()483 return mPhotoSelectionHandler; in getPhotoSelectionHandler()