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