Home
last modified time | relevance | path

Searched refs:mCurrentPhotoFile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DPhotoSelectionActivity.java156 private String mCurrentPhotoFile; field in PhotoSelectionActivity
163 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()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java212 private String mCurrentPhotoFile; field in ContactEditorFragment
427 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;