Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DGlobalSearchLoaderTest.java210 final DocumentInfo pdfDoc = mEnv.model.createFile(SEARCH_STRING + ".pdf"); in testSearchResult_includeSearchString() local
211 pdfDoc.lastModified = System.currentTimeMillis(); in testSearchResult_includeSearchString()
220 .setNextChildDocumentsReturns(pdfDoc, apkDoc, testApkDoc); in testSearchResult_includeSearchString()
242 pdfDoc.lastModified = System.currentTimeMillis(); in testSearchResult_includeDifferentRoot()
251 .setNextChildDocumentsReturns(pdfDoc, apkDoc, testApkDoc); in testSearchResult_includeDifferentRoot()
274 pdfDoc.lastModified = System.currentTimeMillis(); in testSearchResult_includeCurrentUserRootOnly()
283 .setNextChildDocumentsReturns(pdfDoc, apkDoc, testApkDoc); in testSearchResult_includeCurrentUserRootOnly()
308 pdfDoc.lastModified = System.currentTimeMillis(); in testSearchResult_includeBothUsersRoots()
317 .setNextChildDocumentsReturns(pdfDoc, apkDoc, testApkDoc); in testSearchResult_includeBothUsersRoots()
342 pdfDoc.lastModified = System.currentTimeMillis(); in testSearchResult_emptyCurrentUsersRoot()
[all …]