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

  /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
AppItem.java 39 private final ActionHandler mActionHandler;
45 mActionHandler = actionHandler;
58 mActionHandler.showAppDetails(info);
84 mActionHandler.openRoot(info);
RootItem.java 47 private final ActionHandler mActionHandler;
52 mActionHandler = actionHandler;
80 RootsFragment.ejectClicked(unmountIcon, root, mActionHandler);
105 mActionHandler.openRoot(root);
110 return mActionHandler.dropOn(event, root);
RootsFragment.java 112 private ActionHandler mActionHandler;
192 mActionHandler = mInjector.actions;
250 final RootItem item = new RootItem(root, mActionHandler);
300 apps.add(new AppItem(info, mActionHandler));
450 ejectClicked(ejectIcon, rootItem.root, mActionHandler);
453 mActionHandler.openInNewWindow(new DocumentStack(rootItem.root));
456 mActionHandler.pasteIntoFolder(rootItem.root);
459 mActionHandler.openSettings(rootItem.root);
475 mActionHandler.getRootDocument(
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 73 private final AttachmentActionHandler mActionHandler;
101 mActionHandler = new AttachmentActionHandler(context, this);
105 mActionHandler.initialize(fragmentManager);
127 mActionHandler.setAccount(mAccount.getEmailAddress());
129 mActionHandler.setMessage(message);
130 mActionHandler.setAttachment(mAttachment);
160 mActionHandler.updateStatus(loaderResult);
194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
203 mActionHandler.showDownloadingDialog();
204 mActionHandler.startRedownloadingAttachment(mAttachment)
    [all...]
MessageAttachmentTile.java 60 private final AttachmentActionHandler mActionHandler;
81 mActionHandler = new AttachmentActionHandler(context, this);
85 mActionHandler.initialize(fragmentManager);
103 mActionHandler.setAttachment(mAttachment);
104 mActionHandler.updateStatus(loaderResult);
159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
221 mActionHandler.startDownloadingAttachment(
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 83 protected AttachmentActionHandler mActionHandler;
97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null);
98 mActionHandler.initialize(mMailActivity.getFragmentManager());
106 mActionHandler.setAccount(account);
107 mActionHandler.setMessage(msg);
157 mActionHandler.setAttachment(getCurrentAttachment());
158 mActionHandler.handleOption1();
182 mActionHandler.shouldShowExtraOption1(mAccountType,
260 mActionHandler.setAttachment(attachment);
261 mActionHandler.startDownloadingAttachment(attachment.destination)
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapterTest.java 38 private ActionHandler mActionHandler;
45 mActionHandler = new TestActionHandler();
68 public ActionHandler getActionHandler() { return mActionHandler; }
UserInputHandler_KeyboardTest.java 47 private TestActionHandler mActionHandler;
63 mActionHandler = new TestActionHandler();
72 mActionHandler,
UserInputHandler_TouchTest.java 49 private TestActionHandler mActionHandler;
64 mActionHandler = new TestActionHandler();
74 mActionHandler,
92 mActionHandler.open.assertLastArgument(mEvent.build().getDocumentDetails());
DirectoryAddonsAdapterTest.java 42 private ActionHandler mActionHandler;
47 mActionHandler = new TestActionHandler();
144 public ActionHandler getActionHandler() { return mActionHandler; }
UserInputHandler_RangeTest.java 50 private TestActionHandler mActionHandler;
64 mActionHandler = new TestActionHandler();
73 mActionHandler,
UserInputHandler_MouseTest.java 50 private TestActionHandler mActionHandler;
66 mActionHandler = new TestActionHandler();
76 mActionHandler,
193 mActionHandler.open.assertLastArgument(mEvent.build().getDocumentDetails());

Completed in 430 milliseconds