Searched refs:mCachedDrawablePath (Results 1 – 2 of 2) sorted by relevance
88 private String mCachedDrawablePath; field in CreateUserDialogController126 mCachedDrawablePath = null; in clear()134 mCachedDrawablePath = savedInstanceState.getString(KEY_SAVED_PHOTO); in onRestoreInstanceState()148 && mCachedDrawablePath == null) { in onSaveInstanceState()149 mCachedDrawablePath = mEditUserPhotoController.getCachedDrawablePath(); in onSaveInstanceState()151 if (mCachedDrawablePath != null) { in onSaveInstanceState()152 savedInstanceState.putString(KEY_SAVED_PHOTO, mCachedDrawablePath); in onSaveInstanceState()300 if (mCachedDrawablePath != null) { in setUserIcon()304 new File(mCachedDrawablePath)); in setUserIcon()
78 private String mCachedDrawablePath; field in EditUserPhotoController201 mCachedDrawablePath = saveNewUserPhotoBitmap().getPath(); in onPhotoProcessed()235 return mCachedDrawablePath; in getCachedDrawablePath()