Searched refs:findFile (Results 1 – 4 of 4) sorted by relevance
117 return new ZipFile(FileUtil.findFile(testPackage, mSchemaApkName)); in getTestPackageFromFile()
249 public @Nullable DocumentInfo findFile(String parentId, String name) in findFile() method in DocumentsProviderHelper315 DocumentInfo file = findFile(parentId, fileName); in assertFileContents()
495 DocumentInfo info = mStorageDocsHelper.findFile(mPrimaryRoot.documentId, "Download"); in ignored_testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()507 assertNull(mStorageDocsHelper.findFile(info.documentId, randomFolder)); in ignored_testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
189 File testFile = FileUtil.findFile(subDir, name); in findTestFile()