Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java207 getEditorFragment().removePhoto(); in onRemovePictureChosen()
213 getEditorFragment().updatePhoto(uri); in onPhotoSelected()
362 .add(R.id.fragment_container, getEditorFragment(), TAG_EDITOR_FRAGMENT) in onCreate()
374 fragmentTransaction.show(getEditorFragment()).commit(); in onCreate()
504 private ContactEditorFragment getEditorFragment() { in getEditorFragment() method in ContactEditorActivity