Searched refs:openDocument (Results 1 – 10 of 10) sorted by relevance
77 b.setOnClickListener((v) -> openDocument()); in onCreate()87 private void openDocument() { in openDocument() method in ScreenshotCaptureActivity
40 public HtmlFormatter openDocument() { in openDocument() method in HtmlFormatter
54 htmlFormatter.openDocument(); in onCreate()
76 mHtmlFormatter.openDocument(); in displayDeviceSupport()
203 mHtmlFormatter.openDocument(); in displayIntent()
379 mHtmlFormatter.openDocument(); in displayTestResults()655 mHtmlFormatter.openDocument(); in displayNonHandheldMessage()
1290 mHtmlFormatter.openDocument(); in completeTest()1453 mHtmlFormatter.openDocument(); in displayNonHandheldMessage()
371 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in MyDocumentsProvider
394 doReturn(res).when(mProvider).openDocument(DOC_RED, "r", null); in testOpenDocument()
37103 …method public abstract android.os.ParcelFileDescriptor openDocument(String, String, @Nullable andr…