Searched refs:PhotoSelectionHandler (Results 1 – 2 of 2) sorted by relevance
36 import com.android.contacts.detail.PhotoSelectionHandler;198 private final class EditorPhotoSelectionHandler extends PhotoSelectionHandler {479 private PhotoSelectionHandler getPhotoSelectionHandler() { in getPhotoSelectionHandler()
57 public abstract class PhotoSelectionHandler implements OnClickListener { class59 private static final String TAG = PhotoSelectionHandler.class.getSimpleName();80 public PhotoSelectionHandler(Context context, View changeAnchorView, int photoMode, in PhotoSelectionHandler() method in PhotoSelectionHandler