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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentCommandHandler.java 24 class AttachmentCommandHandler extends AsyncQueryHandler {
25 public AttachmentCommandHandler(Context context) {
AttachmentProgressDialogFragment.java 33 private AttachmentCommandHandler mCommandHandler;
63 mCommandHandler = new AttachmentCommandHandler(getActivity());
AttachmentActionHandler.java 53 private final AttachmentCommandHandler mCommandHandler;
65 mCommandHandler = new AttachmentCommandHandler(context);

Completed in 47 milliseconds