Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java120 int newFileCount = getFileCount(allFilesUri); in testGetContentUri() local
121 assertEquals(fileCount + 1, newFileCount); in testGetContentUri()