Searched refs:mCurrentPhotoFile (Results 1 – 2 of 2) sorted by relevance
156 private String mCurrentPhotoFile; field in PhotoSelectionActivity163 mCurrentPhotoFile = savedInstanceState.getString(KEY_CURRENT_PHOTO_FILE); in onCreate()459 outState.putString(KEY_CURRENT_PHOTO_FILE, mCurrentPhotoFile); in onSaveInstanceState()532 mCurrentPhotoFile = photoFile; in startPhotoActivity()542 PhotoSelectionActivity.this, mCurrentPhotoFile); in onPhotoSelected()551 return mCurrentPhotoFile; in getCurrentPhotoFile()
212 private String mCurrentPhotoFile; field in ContactEditorFragment427 mCurrentPhotoFile = savedState.getString(KEY_CURRENT_PHOTO_FILE); in onCreate()1562 outState.putString(KEY_CURRENT_PHOTO_FILE, mCurrentPhotoFile);1638 ContactPhotoUtils.pathForCroppedPhoto(mContext, mCurrentPhotoFile);1792 mCurrentPhotoFile = photoFile;1848 setPhoto(mRawContactId, bitmap, mCurrentPhotoFile);1855 return mCurrentPhotoFile;