Searched defs:mActionHandler (Results 1 - 13 of 13) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DAppItem.java39 private final ActionHandler mActionHandler; field in class:AppItem
45 mActionHandler = actionHandler;
58 mActionHandler.showAppDetails(info);
84 mActionHandler.openRoot(info);
H A DRootItem.java47 private final ActionHandler mActionHandler; field in class:RootItem
52 mActionHandler = actionHandler;
80 RootsFragment.ejectClicked(unmountIcon, root, mActionHandler);
105 mActionHandler.openRoot(root);
115 return mActionHandler.dropOn(event, root);
H A DRootsFragment.java112 private ActionHandler mActionHandler; field in class:RootsFragment
192 mActionHandler = mInjector.actions;
199 mActionHandler);
263 final RootItem item = new RootItem(root, mActionHandler);
315 final AppItem app = new AppItem(info, mActionHandler);
401 ejectClicked(ejectIcon, rootItem.root, mActionHandler);
404 mActionHandler.openInNewWindow(new DocumentStack(rootItem.root));
407 mActionHandler.pasteIntoFolder(rootItem.root);
410 mActionHandler.openSettings(rootItem.root);
421 mActionHandler
[all...]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DDragHostTest.java54 private TestActionHandler mActionHandler; field in class:DragHostTest
70 mActionHandler = new TestActionHandler();
75 mActionHandler,
H A DUserInputHandler_KeyboardTest.java47 private TestActionHandler mActionHandler; field in class:UserInputHandler_KeyboardTest
63 mActionHandler = new TestActionHandler();
72 mActionHandler,
H A DUserInputHandler_RangeTest.java50 private TestActionHandler mActionHandler; field in class:UserInputHandler_RangeTest
65 mActionHandler = new TestActionHandler();
74 mActionHandler,
H A DUserInputHandler_TouchTest.java49 private TestActionHandler mActionHandler; field in class:UserInputHandler_TouchTest
64 mActionHandler = new TestActionHandler();
74 mActionHandler,
92 mActionHandler.open.assertLastArgument(mEvent.build().getDocumentDetails());
H A DModelBackedDocumentsAdapterTest.java39 private ActionHandler mActionHandler; field in class:ModelBackedDocumentsAdapterTest
46 mActionHandler = new TestActionHandler();
69 public ActionHandler getActionHandler() { return mActionHandler; }
H A DUserInputHandler_MouseTest.java50 private TestActionHandler mActionHandler; field in class:UserInputHandler_MouseTest
66 mActionHandler = new TestActionHandler();
76 mActionHandler,
202 mActionHandler.open.assertLastArgument(mEvent.build().getDocumentDetails());
H A DDirectoryAddonsAdapterTest.java43 private ActionHandler mActionHandler; field in class:DirectoryAddonsAdapterTest
48 mActionHandler = new TestActionHandler();
145 public ActionHandler getActionHandler() { return mActionHandler; }
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java73 private final AttachmentActionHandler mActionHandler; field in class:MessageAttachmentBar
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
[all...]
H A DMessageAttachmentTile.java60 private final AttachmentActionHandler mActionHandler; field in class:MessageAttachmentTile
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/
H A DMailPhotoViewController.java83 protected AttachmentActionHandler mActionHandler; field in class:MailPhotoViewController
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
[all...]

Completed in 1361 milliseconds