Home
last modified time | relevance | path

Searched refs:onDocumentOpened (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java602 mHandler.onDocumentOpened(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem()
617 mHandler.onDocumentOpened(otherUserDoc, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_onOtherUser()
629 mHandler.onDocumentOpened(TestEnv.FILE_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_archives()
638 mHandler.onDocumentOpened(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_noQuickViewer()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java339 onDocumentOpened(doc, VIEW_TYPE_PREVIEW, VIEW_TYPE_REGULAR, true); in previewItem()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java216 onDocumentOpened(doc, type, fallback, false); in openDocument()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java377 public void onDocumentOpened(DocumentInfo doc, @ViewType int type, @ViewType int fallback, in onDocumentOpened() method in AbstractActionHandler