Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java36 import com.android.contacts.detail.PhotoSelectionHandler;
198 private final class EditorPhotoSelectionHandler extends PhotoSelectionHandler {
479 private PhotoSelectionHandler getPhotoSelectionHandler() { in getPhotoSelectionHandler()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java57 public abstract class PhotoSelectionHandler implements OnClickListener { class
59 private static final String TAG = PhotoSelectionHandler.class.getSimpleName();
80 public PhotoSelectionHandler(Context context, View changeAnchorView, int photoMode, in PhotoSelectionHandler() method in PhotoSelectionHandler