Lines Matching refs:mHandler

76     private ActionHandler<TestActivity> mHandler;
94 mHandler = createHandler();
103 mHandler.openSelectedInNewWindow();
116 mHandler.springOpenDirectory(TestEnv.FOLDER_0);
126 mHandler.cutToClipboard();
135 mHandler.cutToClipboard();
146 mHandler.copyToClipboard();
155 mHandler.deleteSelectedDocuments();
166 mHandler.deleteSelectedDocuments();
177 mHandler.deleteSelectedDocuments();
186 mHandler.shareSelectedDocuments();
194 mHandler.shareSelectedDocuments();
206 mHandler = createHandler();
211 mHandler.shareSelectedDocuments();
221 mHandler.shareSelectedDocuments();
239 mHandler.shareSelectedDocuments();
253 mHandler.shareSelectedDocuments();
272 mHandler.shareSelectedDocuments();
285 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW,
295 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW,
304 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW,
314 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW,
323 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW,
332 mHandler.openDocument(TestEnv.FILE_PARTIAL, ActionHandler.VIEW_TYPE_PREVIEW,
342 mHandler.openDocument(TestEnv.FILE_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW,
351 mHandler.openDocument(TestEnv.FOLDER_1, ActionHandler.VIEW_TYPE_PREVIEW,
360 mHandler.showChooserForDoc(TestEnv.FILE_PDF);
369 mHandler.initLocation(mActivity.getIntent());
377 mHandler.initLocation(mActivity.getIntent());
385 mHandler.initLocation(mActivity.getIntent());
394 mHandler.initLocation(mActivity.getIntent());
404 mHandler.initLocation(intent);
427 mHandler.initLocation(intent);
441 assertFalse(mHandler.dropOn(event, root));
448 assertFalse(mHandler.dropOn(event, TestProvidersAccess.RECENTS));
461 mHandler.dropOn(event, TestProvidersAccess.DOWNLOADS);
472 mHandler.refreshDocument(null, (boolean answer) -> {
484 mHandler.refreshDocument(new DocumentInfo(), (boolean answer) -> {
496 mHandler.refreshDocument(mEnv.model.getDocument("1"), (boolean answer) -> {
514 mHandler.startAuthentication(intent);
522 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION, Activity.RESULT_OK,
529 mHandler.onActivityResult(0, Activity.RESULT_OK, null);
532 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION,