HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPhotoFile (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 156 private String mCurrentPhotoFile;
163 mCurrentPhotoFile = savedInstanceState.getString(KEY_CURRENT_PHOTO_FILE);
459 outState.putString(KEY_CURRENT_PHOTO_FILE, mCurrentPhotoFile);
532 mCurrentPhotoFile = photoFile;
542 PhotoSelectionActivity.this, mCurrentPhotoFile);
551 return mCurrentPhotoFile;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 223 private String mCurrentPhotoFile;
485 mCurrentPhotoFile = savedState.getString(KEY_CURRENT_PHOTO_FILE);
    [all...]

Completed in 323 milliseconds