Home
last modified time | relevance | path

Searched refs:getSeekableDescriptor (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DReadableArchiveTest.java319 loadArchive(mTestUtils.getSeekableDescriptor(resId), in queryDocumentByResIdWithMimeTypeAndVerify()
380 loadArchive(mTestUtils.getSeekableDescriptor(R.raw.archive)); in testOpenDocument()
408 assertTrue(Archive.canSeek(mTestUtils.getSeekableDescriptor(R.raw.archive))); in testCanSeek()
DTestUtils.java55 public ParcelFileDescriptor getSeekableDescriptor(int resource) { in getSeekableDescriptor() method in TestUtils
DResourcesProvider.java131 return mTestUtils.getSeekableDescriptor(resourceId); in openDocument()